I'm trying to list the feedback submissions and I'm getting the 403 error: ``` You do not have permissions to view object type ObjectTypeId{legacyObjectType=FEEDBACK_SUBMISSION} ``` Even though I'm a Super Admin + I'm using a developer account. Leia mais
I found this on the support website: If no company record exists yet, HubSpot automatically creates a company record and populates it with information from the HubSpot database. A company record is created for each unique domain, including subdomain Leia mais
Hi, I need to get calls from the last day. According to the docs I made the request: curl --request POST \ --url https://api.hubapi.com/crm/v3/objects/calls/search \ --header 'authorization: Bearer MY_TOKEN' \ --header 'content-type: application Leia mais
Hi @AndreyK2478 ! Whenever I encounter the, "There was a problem with the request" error. I try to check the JSON body of my request, because it'...Leia mais
I'm trying to use GET /crm/v4/objects/{fromObjectType}/{objectId}/associations/{toObjectType} in order to get all files attached to a specific deal. fromObjectType(0-3) and objectId are easy to figure out, but i cannot find the Object type ID for Leia mais
@MBevell - Files are not associated objects for a Contact/Deal etc. For whatever reason they are tied to engagements on the record. You will need t...Leia mais
Hopefully this is the proper place to post this. I created a Custom Event called Webinar Register. When a visitor to my site fills out and submits the webinar registration for (a webflow form) the Webinar Register event is triggered via javascr Leia mais
Hi ! I wish to create a "marketing" email via API ( /marketing/v3/emails/) but I want to choose "Transactionnal" as subscription type (I have the transactionnal email add-ons), but I cannot find the correct parameter to do that, any idea ? Leia mais
Hello, I got the following error when submitting a POST to the API: getaddrinfo EAI_AGAIN api.hubapi.com This error seems to come randomly: sometimes it works, sometimes not. Any idea ? Thanks and best regards, Philippe
Hi @philbu , thank you for asking the Community! I'd love to put you in touch with some of our Top Experts: Hi @Teun , @zach_threadint and ...Leia mais
I am using the communication API to get all whats app messages. https://api.hubapi.com/crm/v3/objects/communications/search with below filter { "propertyName" : "hs_communication_channel_type" , Leia mais
Following the documentation provided https://developers.hubspot.com/beta-docs/guides/api/crm/objects/contacts#secondary-emails , I attempted to add a secondary email to a contact but received an error. Request: https://api.hubapi.com/crm Leia mais
Hello, We're using the Hubspot-Netsuite integration to get information from Hubspot to Netsuite. The issue we have is that on the sync settings we would like to map information like Record ID or Contact Name/Email but these options are not avail Leia mais
Hi Kennedy, Thanks for the reply! I'm trying to get this done in the integration with a Deal Sync Hubspot > Netsuite. See this screenshots a...Leia mais
Morning! We are currently scoping out the possibility of automating quote generation for some of our accounts. I have code that 1. creates a new quote in draft state and adds in - the title, status, expiration date, language, esign enabled Leia mais
Hi @kennedyp Thank you for coming back to me and the link to the other thread. The error mesage isn't very helpful. It just says Request fail...Leia mais