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
Hello, I see that service (API) level access control for private app is defined. How do I manage resource (Object or user Data or account etc) level access to Private App? Regards, Kishor CHaturani
Yes it does solve the problem, thank you for your support. Just to make sure my understanding is correct. Since the private app is registered by a Su...read more
I hope this message finds you well. I am currently exploring the capabilities of HubSpot for our customer engagement and sales processes and have a specific workflow in mind that I’d like to implement. I would greatly appreciate your insights and g read more
I'm trying to set up an association between a Contact and Communication. For outbound SMS I'm tagging them as `{ associationCategory: "HUBSPOT_DEFINED", associationTypeId: 81}` which works fine. I want to then tag incoming SMS messages and different read more
This might be part of the confusion. The docs for Associations just mention that "82" is the ID for Contact to Communication, but never mention "81"....read more
Hi All, Can anyone please me that how to get weekly data for task which will be filter by Due date. Example: Tasks: https://prnt.sc/6O2vqjg4iwhh Graphql: https://prnt.sc/IjhES64HLVrd I am not able to find filter in Graphql list. He read more