Hey @Willson ! We are trying to minimize 429 responses from HubSpot API and have noticed that your ten_secondly_rolling limits don't recover ex...read more
I'm trying to use HubSpot batch API and have the next problem: when I send 3 contacts to https://api.hubapi.com/crm/v3/objects/contact/batch/create and if one of these contacts has a problem - HubSpot response format is like this:
{ "sta read more
I'm trying to use HubSpot batch API and have the next problem: when I send 3 contacts to https://api.hubapi.com/crm/v3/objects/contact/batch/create and if one of these contacts has a problem - HubSpot response format is like this:
{ "sta read more
I need to get recently archived objects (e.g. contacts) for the last week. I am sending a request: GET https://api.hubapi.com/crm/v3/objects/contacts?limit=100&archived=true
But the response isn't sorted by any of the fields. So, I need read more
I need to get recently archived objects (e.g. contacts) for the last week. I am sending a request: GET https://api.hubapi.com/crm/v3/objects/contacts?limit=100&archived=true
But the response isn't sorted by any of the fields. So, I need to read more
I'm trying to create a quote with
"hs_status": "APPROVAL_NOT_NEEDED"
but get the response:
The main part of the response's message is:
Required property 'hs_template' is empty or missing quote with 'hs_status' of 'APPROVAL_NOT_N read more