Hi. Im creating one task in PHP and I need to setup an associtaion with a company using V3 CRM connection. There is no problem with the task but the association was not stablished. I use this data for create. Where I could find a definitio read more
Hi, @jfrubiod 👋 Thanks for the question. This one always feels a bit mysterious until you know where to look 😊 You can find this informatio...read more
Hi there, I am integrating my product to HubSpot using 3rd party website. But I am having issues with scopes. I am getting " Couldn’t complete the connection Insufficient scopes were provided. Please contact the app developer." But I think I ha read more
Hi @Jaycee_Lewis , Thanks for your reply. For the app I have created that means I am using client ID and client secret of our app. Thanks, Yo...read more
Hello, Sometime, when the HubSpot property updates, I don't want to earse the existing property value if it is already set. For eample, I have this code: $contactInput = new SimplePublicObjectInput();
$contactInput->setProperti read more
Hello, Since yesterday we experiment random 502 errors on PATCH https://api.hubapi.com/crm/v3/objects/companies/ endpoints but also on SearchApi. We got an html page from Cloudflare when it happends. I saw Cloudflare ran into some issues recent read more
Hello @BDubois , thank you for posting in our Community!
You will normally only see 502 responses when making a large number of requests over ...read more
Hi, I am trying to filter out custom object records by the hubspot_owner_id. First of all, it seems that the Owner property which HubSpot creates on each Custom object does not get filled when I receive the data. The 'hubspot_owner_id' just read more
Hi, @PHeitzer . Thank you for reaching out to our community! Can you clarify your goal, please? Are you looking for an endpoint to set Parent/Chil...read more
Hello, I am working on Communication APIs https://developers.hubspot.com/docs/api/crm/communications Adding new communication to the Tickets is working fine for me. My additional requirement is to add an Attachment with Communication, I read more
Hello @kumarb1
To add an attachment to a communication in HubSpot, you need to use the attachments endpoint of the Communication API. Here are...read more
I am trying to create a note for a contact using a API request but it gives following response {
"status": "error",
"message": "invalid from object type 0-46 for associations to be created. expected: 0-1",
"correlat read more
I'm performing a GET request to the deals API to fetch the options for a given enumeration field. However, for some fields, the options array is empty. Here's an example: $response = $hubspot->crm()->properties()->coreApi()->getByNa read more
Could you assist me on API key migration. I created the new Private app then tried to execute the code $access_token = "<access token>";
$email = "test@gmail.com";
$url = "https://api.hubapi.com/crm/v3/objects/contacts/".$email."?id read more
Hi, I was troubleshooting an issue with a workflow today when I realized that HubSpot isn't integrating with Wordpress/Gravity Forms the way it did. Now when I try to connect using the Add-on, the page loops and redirects me back to Gravity Form read more
Out contact and company association stopped working from a few months ago. The api call to associate a contact with a copany returns successful response, but when we check the company the association is missing, although the contact exists as an ent read more
Hi Jaycee, Thanks for looking into this. Yes, that is the endpoint - Add Contact To Company. Regarding 3rd party repo, yes the one we are c...read more