APIs & Integrations

Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • Free
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Yannick_Lange on October 02, 2024
Just want to point out that the endpoint documentation for the PHP client is outdated. In the documentation (https://developers.hubspot.com/docs/api/cms/pages ) it says to use HubSpot\Client\Cms\Pages\SitePages\Model\Page; but it a read more
0 upvote
2 Replies
Member
October 05, 2024 05:22
yes that it cannot find the model Page
Solved
TDev_ on September 23, 2024
The api (using the PHP SDK) sends 2 different calls when creating an object (a company, a task, a deal, etc.), which means that I end up with everything twice. $properties = [ "name" => $customer->name, read more
Accepted solution
Participant
October 01, 2024 09:08
The problem was that when we created the ‘Discovery’ object in the SDK, we added a Guzzle client, which was necessary in an older version of the API ...read more
KPadhiyar on September 19, 2024
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
0 upvote
3 Replies
Participant
October 03, 2024 05:27
I'm still finding solution for above. Thanks!
Solved
SKundu6 on August 28, 2024
Hi everyone, I hope you are doing well. We need assistance with an issue that has come up after we transitioned from using Hapikey (v2 version) to a Private App (v3 version) for our API calls. Since this change, we've had trouble tracking Google a read more
1 upvote
12 Replies
Accepted solution
Recognized Expert | Platinum Partner
August 30, 2024 06:27
Hi @SKundu6 Here are few points that may cause the error - 1. API token not used properly. 2. UTM Sources are not correctly used. 3.Mismat...read more
ciaranebe on August 22, 2024
I am using the HubSpot Batch API to update contact properties with a batch size of 50 contacts. However, I've encountered some strange behavior: some contact properties are getting updated as expected, while others are not. I understand that read more
0 upvote
2 Replies
Member
August 22, 2024 10:44
Hi @FarioConsulting , I’ve checked the system, and there are no workflows automatically updating the properties in question. However, some workflow...read more
Solved
JNichel on August 21, 2024
Hi all. I'm trying to create a product in HubSpot via the API but I'm running into an error that I can't make sense of. I'm using PHP and cURL and my payload for this test product is below: { "properties": { "name": "8' Bar Foot Rai read more
0 upvote
3 Replies
Accepted solution
Guide
August 22, 2024 05:34
Hi @JNichel , I think the issue is that you are calling the wrong endpoint, you reference "/crm/v3/objects/contacts/" when infact it should be...read more
Solved
KPadhiyar on August 21, 2024
Hello, I'm using the hubspot-api-php package to interact with HubSpot in the Laravel framework. However, I can't seem to find the Workflow API. Can anyone suggest how to perform operations with workflows similar to how I interact with HubSpot obje read more
2 upvotes
2 Replies
Accepted solution
Recognized Expert | Platinum Partner
August 21, 2024 11:14
Hi @KPadhiyar Here is the link to the workflow API. They are in the BETA version right now but you can use them https://developers.hub...read more
Hubsforero on August 06, 2024
Hi everybody!: We are traying to insert, update or upsert objects using batch process, and when we use a null value in a object property, endpoints return "error 500", why is this happening? Individual insert or update methods have read more
0 upvote
5 Replies
Contributor
September 02, 2024 04:10
Hi Jaycee! Any update on this topic? Best regards
Solved
JNichel on July 22, 2024
Hi, as the title says, I'm trying to associate a contact with a deal when the deal already exists. I've spent hours on the forums and can't find one that helps me, mainly because all the links to HubSpot docs on associations are 404'ing. Like, if read more
0 upvote
4 Replies
Accepted solution
Guide | Partner
July 22, 2024 18:49
@JNichel - I'm suspecting that the PATCH Deal API call you are making: https://api.hubapi.com/crm/v3/objects/deals/{dealId } does not offer...read more
Solved
SKundu6 on July 22, 2024
Hi everyone, I hope you are doing well. We need assistance with an issue that has come up after we transitioned from using Hapikey (v2 version) to a Private App (v3 version) for our API calls. Since this change, we've had trouble tracking Google read more
1 upvote
8 Replies
Accepted solution
Recognized Expert | Platinum Partner
July 29, 2024 07:35
Hi @SKundu6 What I understand from your code is that you are storing the contact source in the contact property, and while creating the deal, yo...read more
Solved
DSubashev on July 17, 2024
Hi, We have 2 account on hubspot : - testing account - production account When we try from our platform to create a new company on the Hubspot testing account using api calls with the email that already belong to existing company we don't have read more
0 upvote
2 Replies
Accepted solution
Thought Leader | Platinum Partner
July 17, 2024 06:55
Hey @DSubashev is the email field in company a custom property? I've never seen email used on the company level. It's usually used on the contact l...read more
bradha on July 10, 2024
Hey everyone, I have a Laravel application and am using the "hubspot/api-client": "^8.0". When I try to call $outcomes = $this -> client ()-> crm ()-> properties ()-> coreApi ()-> getByName ( 'call' , 'hs_call_dispositio read more
0 upvote
1 Reply
Participant
July 10, 2024 17:36
From this article*, it looks like this is a bug in the Hubspot API... the workaround suggested, unfortunately, does not fix it for me 😞 * https:...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.