Hello, we are trying to create a list with data from a particular Form on our Wordpress. The problem is The Hubspot Wordpress pplugin seems to be amalgamating all the different forms on the website into one form name, so we cant differentiate the co read more
Does Hubspot have any close eqivalent to Salesforce Apex or even Salesforce Flows? I need to do some things with CRM data after it comes in from a form that is well beyond what workflows can do.
Hello, I try to use the integration ActiveCampaigne . First the synchronization don't work. Then I imported all leads manually. After reconnecting it worked 1 time out of 10 So i reconnect again many times and changing setting but read more
Anyone running into any issue with the visitor identification endpoint returning the wrong user when used with the HubSpot chat feature? My company has been testing the feature out internally and we’ve noticed for some users the chat read more
We have been successfully using the v1 apis to create emails and perform related tasks such as lookup lists and subscriptions. In the past week we have started to see features break or begin to exhibit new unexpected error messages. I have read as read more
Hi, I'm using a button on an email and linking the press of the button to a URL that will allow someone to book a 20min meeting via MS Bookings. THE URL works natively but when the button is clicked from the newsletter I get "bad request". Any i read more
Hi, My team is trying out the new framer forms and we've set up a webhook with a simple workflow. The initial test with the webhook is working, showing that HubSpot being fed the data. But after that, nothing happens. I have attached screens read more
I've to attach task with my custom object. I'm using below code as defined in docs. But I can't able to create it and my object name is 'test'. I've created Association class in PHP:
Association::create($from, $to, $type, $fromObjectType, $toObjec read more
Hello I need urgent help, so I am trying to integerate HubSpot with PowerBI using API endpoints. https://api.hubapi.com/crm/v3/objects/contacts?properties=*&archived=false By using the above endpoint, I am not getting all the properties of the read more
You do need to specifically ask for the properties you want returned, otherwise you will only receive a few default standard properties. This is tru...read more
Hello guys, how are you? I am carrying out an API integration and associated a company with an event (1 event (which is a customObject) can have several companies) The association worked correctly and I can view it through Hubspot, but I am not able read more
Use the company id you get back to call the Read endpoint for the company. https://developers.hubspot.com/beta-docs/reference/api/crm/objects/compa...read more
Greetings, everyone, I am working on an API integration between my app and HubSpot, where HubSpot serves as the database. I created a custom object called "Events," which is associated with a standard object "Company." I would like to perf read more
Hey, @Fred4 👋 Welcome to the community. To clarify, you are not missing an option with the Search API. You'll need to use the Associations AP...read more
Greetings, everyone, I am working on an API integration between my app and HubSpot, where HubSpot serves as the database. I created a custom object called "Events," which is associated with a standard object "Company." I would like to perform a read more