Thanks MichaelMa, I changed the JSON and received the following error: {"correlationId":"3fceddb8-7c41-4fb7-adfd-7253f5eca0e9","message":"invali...Leia mais
I added "hs_timestamp" the JSON see the error message: { "correlationId": "0ebef994-344a-4b10-b7ad-2944a6de62b9", "message": "invalid from object ty...Leia mais
I want to create a note that attaches a file (in the file manager) to a company. I used https://api.hubapi.com/crm/v3/objects/notes with curl following JSON object. { "associations": [ { "types": [ { "associationCategory": "HUBSPOT_DEFINED Leia mais
Hello, What is wrong with the following API that I ran from Linux shell? curl ' https://api.hubapi.com/crm-objects/v1/objects/tickets/ ' -H "Authorization: Bearer XX" -H "content-type: application/json" -X POST -d '[{"name":"subject","value":"test Leia mais
When you create a new action in the Chatflow, the "Save to HubSpot property" displays only contacts and companies property. I would expect that Ticket properties will be displayed as well. Regards, Yoram
1. There is no "More fIlters" option for Sales -> Quotes like we have for Contacts/Companies/Deals and other HubSpt properties. 2. I would expect to have an option to close a quote, this way it will remain in the Quotes history for future sea Leia mais
I ran the following command from the Linux shell curl ' https://api.hubapi.com/companies/v2/companies/ <ID>' --request GET --header 'Authorization: Bearer <ID>' The output was: {"status":"error","message":"resource not found","corr Leia mais
I want to retrieve all contacts with specific email in HubSpot. I ran the following command curl https://api.hubapi.com/crm/v3/objects/contacts/search \ --request POST \ --header "Content-Type: application/json" \ --header "Authorization: <v Leia mais
Hello, I want to create ticket using the HubSpot API to a pipeline other than "0" (which is the default one). Is it possible? How do you get the IDs of all the pipelines? I tried to use the crm-pipelines API but it didn't work. Thanks Leia mais
I am trying to set the offset parameter in the following API call:
https://api.hubapi.com/filemanager/api/v2/files?hapikey=<key>?offset=2
For some reason the API returned with the following error:
{"status":"error","message":"This Leia mais