{ "status" : "error" , "message" : "The scope needed for this API call isn't available for public use. If you have questions, contact support or post in our developer forum." , "correlationId" : "" , read more
Hello, My account is our Hubspot superuser and our Zapier superuser. We have just upgraded to Services Pro from Services Starter, so there are lots of tickets in our system. I need to create a Zap that triggers when a customer support ticket read more
Getting this error when I tried to create an Email engagement through API- https://api.hubapi.com/engagements/v1 {"status":"error","message":"Invalid input JSON on line 1, column 129: Encountered START_ARRAY token for non-repeated field com.hubsp read more
Howdy all, I am a relative newbie to the API-webhook-integration world so if my apologies ahead of time for what might be a simple question. I'm trying to get name and email of Contacts when they are added to a list. Following the API documentatio read more
I'm the RestSharp API to get all emails in my HubSpot account. When I do a GET request to "/crm/v3/objects/emails?limit=100", I get a list of 100 emails, and minimal properties (internal ID, created date, last modified date, archival status). By log read more
Hi Steve, Thank you for your helpful response! I have page pagination set up so it's able to iterate through all entries (hundreds of thousands o...read more
Hello, I am creating an integration for my customer and I try to download all contacts. We do have a private application created I use its auth key. The download works just find but all the contacts come from a different account than the one whe read more
@JKozak6 - the private API keys are strongly tied to a specific HubSpot instance. Unless you have uncovred a very serious security bug, I would che...read more
The phone number is valid E164, the network request has the proper number and returns with `200` response. But the number simply is not set in the engagement. This only occurs for the outbound calling case when using `outGoingCall`. This is likely read more
Hey all, I am currently trying to get a list of all the notes associated just with contacts. This one does not seem to work // /crm/v3/objects/notes/search
{
"filterGroups": [
{
"filters": [
{
"propertyName" read more
Hey, @TKizlo 👋 The Search API won't return associations in the way you are looking for. You'll either need to make two requests, one to the Se...read more
I am using https://api.hubapi.com/crm/v3/objects/contacts/batch/upsert api to insert/update data to Hubspot. Request Body be like this { "inputs": [ { "id": "isabella@futureconnect.com", "idProperty": "email", "properties": { "interest": "Event read more
Hey, @TTeks 👋 It's helpful for our community members if you include an example request that returns this error. It's difficult to give an educ...read more
Hi guys, I would like to replicate a timeline email marketing event like the one in the screen, using the API. I've read the documentation but I can't figure out which endpoint I need to use and how to set the association with the contact. read more
@LDiP3 - I think you are looking for the 'engagements' API - https://developers.hubspot.com/beta-docs/reference/api/crm/engagements/email . The na...read more
Hello, I'm looking for advice on how to trigger a Custom Code Workflow when an email is received so I can parse the subject line. I have 2 questions, what is the best trigger to use, and which API endpoint should I be able to call to get the em read more