Hello, I'm using the custom workflow action API to trigger custom events on my analytics and messaging system. The issue I'm facing is that if I declare it as date and dateTime it returns as invalid input value field key when I select a date time Leia mais
Hi @KhushbooRevOps Thank you for the answer. When I declare the variable as "type": "string", "fieldType": "text" Hubspot automatically send...Leia mais
Hi, i have a company with associated Communities. I would like to know how can i retrieve from Hubspot API these communities. I searched through the companies and associations API documentation, but did not find anything about it.
Hi @PChristian4 ,
It looks like Communities is a custom object in your portal. In retrieving these associations you'd want to follow that path...Leia mais
Hey HubSpot! I’m working on a Custom Workflow Action that triggers an API call and returns a JSON response. The challenge I’m facing is that the structure of the JSON response isn’t static, so I can't predefine the fields using the Definition A Leia mais
Hello, I want to be able to send a purchase conversion event to my Google Analytics 4 property, but I don't know, what the best approach is. My goal is to send a purchase event with dynamic data if someone makes a purchase on the Stripe checkou Leia mais
Hey there, I have set the reminder for Custom Date in Task as shown in below screenshot: But in API, I cannot find any such date for reminder. Check below screenshot of API response: Can anybody please suggest how can I get the custom d Leia mais
I have a wordpress website with a multi-step form. Users enter their email address and car reg to get a price for scrap, confirm car details then if they want to accept the price for scrapping the car, they fill out part 2 of the form. I've added Hu Leia mais
Hello, We would like to add any new users that sign up for our cloud product into hubspot sequences so they can receive emails from the right sequence during their 30 day trial. Is it possible to do and how? Thanks
Thanks Olivia. We want to avoid requiring someone to manually enroll people. We have a sales hub professional subscription right now and I am looking...Leia mais
Hello, I'm trying to create custom workflow action. I need to send enrolled records "hs_object_id" and internal value of a selected input property "propertyName". I'm attaching the payload that I'm sending via postman. Can anyone please guide me Leia mais
Hey, @MTonmoy9 👋 Thanks for your question. Can you tell our community more about where the issue is? Are you getting back specific errors when...Leia mais
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?
Hello @MChiciu
Nice to meet you! The best way to do this would be to use a HubSpot worfklow that triggers when a contact is added to any of ...Leia mais
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 Leia mais
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...Leia mais
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 Leia mais
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,...Leia mais
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 Leia mais
@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/{...Leia mais