Reaching out to the HubSpot communitie to see if anyone might be able to help shed some light for us on issues we are having with a localization tool called Weglot that says it integrates with HubSpot: https://www.weglot.com/integrations/translate read more
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 read more
Hi @KhushbooRevOps Thank you for the answer. When I declare the variable as "type": "string", "fieldType": "text" Hubspot automatically send...read more
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...read more
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 read more
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 read more
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 read more
Hey, @teja21 👋 Thanks for your question. I fell like there is some slight confusion about the expected response here. The documentation doesn't ...read more
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 read more
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...read more
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 read more
Hey, @MTonmoy9 👋 Thanks for your question. Can you tell our community more about where the issue is? Are you getting back specific errors when...read more
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 ...read more
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