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 Beitrag ansehen
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 Beitrag ansehen
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" Beitrag ansehen
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 Beitrag ansehen
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. Beitrag ansehen
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 Beitrag ansehen
Hi there, I've encountered an API issue, when search companies by phone number via search API, some of them with specific format are not in the results. For example, when query with "*7207159789", only #1/2/3 are returned, and #4/5 are not +17 Beitrag ansehen
@LianYiFei wrote: Hi there, I've encountered an API issue, when search companies by phone number via search API, some of them with specific f...Beitrag ansehen
I am validating the request signature for webhooks triggered by workflows using the "Signature v3" header. However, I have noticed that in some requests, the ha_sh does not match, even though the same code validates correctly most of the time. Does Beitrag ansehen
Hello, thank you for your response. I believe my logic for ha_sh validation is correct because, in most requests, it works, but for some, it returns...Beitrag ansehen
I have a form that collects vins and other info from users. These users need to be able to list an unlimited number of vins, so I'm using a multi-line property to allow them to input as many as needed (one per line). Here's the thing, we use vin Beitrag ansehen
Attached is the code I've pulled together. I'm getting this lambda error: LAMBDA_WARNING: Unhandled exception. The most likely cause is an issue in ...Beitrag ansehen
Dear all, I'm reaching out for help with some challenges I've encountered using the new Hubspot Forms, which weren't present with the Legacy Hubspot Forms. I appreciate the improvements being made and would like to understand how to address th Beitrag ansehen
Hey, @DSushko 👋 Thanks for your post. I'd recommend opening a support ticket for your questions, 2-4. For your first question, we'll leave it ...Beitrag ansehen
I am using https://api.hubapi.com/crm/v3/objects/contacts/{contactId}?properties=lifecyclestage&archived=true API to get list of all changes for lifecycle properties , but it only give me the latest change (not list) , can anyone support on Beitrag ansehen
Hi @adelemam82 , You need to use the propertiesWithHistory query prop, the archived prop only tells it to also show properties that have been delet...Beitrag ansehen