Hey everyone, We’re trying to connect HubSpot with Microsoft Dynamics 365 (MD365). Our goal is to automatically sync leads, opportunities, and tasks between them. We're running into some issues with errors and handling complex processes. I ne read more
Thanks BérangèreL! Query HubSpot data using GraphQL says the Supported products are: - Content Hub - Professional - Sales Hub - Enterprise -...read more
We have a connector that matches to or creates a HubSpot contact whenever they register, cancel, or attend an event hosted on our platform. When using both the CRM Contacts and Marketing Events APIs, if we send a batch of contacts and one of the co read more
Hi @RdotCosta and thanks for the tag @BérangèreL To help out further, can you please provide an example of the error response you receive when...read more
The steps to achieve this, a basic sketch, goes like this: Send Data to the Webhook: When creating the company in HubSpot, make sure to send all necessary data to the webhook endpoint. Receive JSON Response: Capture the JSON response returned by th read more
Hi, We are trying to associate a contact to a custom object in HubSpot by using Power Automate and Hubspot API. We have set up a private app and Power Automate and tested, that it works. Our custom object is an Event, the object type id is 2-1197 read more
Thanks for the tag @DianaGomez , I'm sorry for the delayed response this was buried in my inbox.
@SLEisig I don't have the answer to your qu...read more
We offer our customers a Hubspot integration to import their HubSpot calls into our platform for further processing (nextapp.co). We're querying HubSpot's search API for new calls ( https://developers.hubspot.com/docs/api/crm/calls ). We then re read more
Hey, @RRo0 👋 If your client is using the Aircall HubSpot integration , it looks like they can get support from Aircall (link). I noticed in t...read more
(I hope this is not something that's clearly stated in the API docs that I just missed) Has anyone else noticed that webhooks have a strong preference to use int values when POSTing payload from workflows, while calling HubSpot API from external se read more
Hello I have checked that post and did not see any mention of data types. Also, the links from that post seem to be poiting to the old docs (legacyd...read more
Hi, I am doing and integration and I need to retrieve all today's personal emails. I have found this endpoint: POST /crm/v3/objects/emails/search https://developers.hubspot.com/docs/api/crm/email But I don't know what I need to sen read more
Hi, No I didn't. OK, here my curl: curl --location 'https://api.hubapi.com/crm/v3/objects/emails/search' \
--header 'Authorization: Bearer ********...read more
Below is my issue: There are 2 ways to signup for our app: email or google/facebook OAuth and: 1. When a user signs up via our "Sign Up Form" using their email, we successfully gather information via Hubspot tracking. 2. However, if a user opts read more
We have been trying to push data from Twilio Segment into HubSpot by upserting a custom object. The custom object in HubSpot is called customer values and the field I am trying to push data into is called 'segment'. We are essentially building an a read more
Thanks so much for replying to this, we had a few frustrating days to say the least. Yes, we have logged a ticket and it is being worked on but it w...read more
Hi all, I need to use of external ID in Salesforce leads/contacts to reference the associated HubSpot contact IDs. Also, I want to create a new contact property mapping rule to push the IDs of the related records via the API connector to Sal read more