I have multiple static lists which I would like to subscribe to via Webhooks. I am interested to receive a webhook when a new Contact is added to the List. I cannot find any documentation around this. Is this possible?
Hey there, I'm able to delete tasks as shown in below screenshot. But How would I be able to see or identify those deleted tasks? My requirement is that, Once the Task deleted from HubSpot, I need to delete it in my system too, however I can read more
Hi @teja21 , To track deleted tasks in HubSpot, 1. Set up a webhook to trigger when a task is deleted. This will notify your system in real-tim...read more
I have a workflow in an external service that i want to be triggered by a simple link in my deal page. The workflow is triggered by a webhook, and with the webhook i want to send the deal's id. So in my deal page i want to have a button or a card th read more
Thank you so much for answering! I guess the first solution would be the more robust one, but it looks a little bit painful to do such a simple task,...read more
I am developing a UI extension to display the actual image for files uploaded to an object as an attachment so the user does not have to click on them. They are in a field with the file type, and when I get the properties using fetchProperties I read more
@AMichaels - I belive the key is to use the file ID to obtain the details of the object using the API call https://api.hubapi.com/files/v3/files/{...read more
I can not find out how t o pull all the emails from a Deal Record. The following properties are what I am looking to pull from Deal: hs_email_text hs_email_subject hs_email_from_email I want to pass in a Deal ID and receive all the emails read more
Hey everyone, I’m looking for help with sending an order confirmation email to customers, which will be populated through my Node.js app. I want to use HubSpot as a middleware to track these emails. I’ve been exploring HubSpot's SMTP and Transactio read more
Hi, Khushboo Thank you for the Above Reply Can I send an email using the SMTP/Transactional Email API for the above-mentioned requirements if I have ...read more
I created (through the UI) a tasks view showing tasks that are in a queue and added the associated contact's phone number as colon. Threfore, I have a list af tasks belonging to a certain queue and their associated contact's phone number : read more
I managed to get what I needed by doing this : 1. Get the view of task filtered on queue, on associated contact's ID : {
"exportType": "VIE...read more
Hello HubSpot Community! 👋 We at Presago have been busy developing a HubSpot -> SendGrid integration to optimize our own CRM workflow. We're excited to announce that we're now releasing it in early access as a HubSpot app: say hi to read more
Hi @Andrea-A a couple of weeks ago @HCaisley1 posted about using SendGrid with HubSpot ( thread here ) and might be a good user to test your inte...read more
I'm trying to fetch the public standalone URL of a form from the API. This should be something like https://share-eu1.hsforms.com/XXXX, but I cannot seem to find that value in the API output, when fetching a form. Is there a way to aquire this URL read more
Hey, @svamann 👋 You are not missing an option. There is not a way to coerce the standalone form URL from any of the available Forms API endp...read more
I've created one integrate app in workflow configuring section and while creating this app I've created one input field which type is select. Now I want to set options from HubSpot property for this field. I can't find out any solution for set dy read more
Hey there, I'm looking a way to add task type in Tasks. Can I add custom task type in task type dropdown? Is there an api or any other way to add additional task type in this dropdown?
Hello. I plan to create an app that will be used by other hubspot accounts. I first started with a public app, but that doesn't give me the necesary tools to customize my component. I would like to make it to look smth like this. We already have in read more
Heeellllo Kenenedy! I use this documentation for creating a public app https://developers.hubspot.com/docs/api/crm/extensions/crm-cards . As i ca...read more