I am using the /crm/v3/objects/contacts/batch/upsert endpoint to test creating and updating contacts. While it seems to update fine, and it does create new contacts, it is not setting the properties on these new contacts. Here's my JSON body : read more
Hey @shiva_k if you have operations hub professional or enterprise you can setup webhooks within workflows. You can trigger any workflows based o...read more
Hi, I attempted to update the name of my existing custom channel using the PATCH https://api.hubapi.com/conversations/v3/custom-channels/{channelId} endpoint, but it didn't work. I created a new one with the desired channel name and deleted th read more
{ "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
Hi, Ok sure if you think it will help. - The Zap is to create a task in Scoro, which is our time tracking tool, for the team to log their time solvi...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