Hello Guys , I got a small tweak on my code below image ., Can you give me idea how to make the domain from the API call to be dynamic. Because we plan to install the theme to another account. right now the domain is static e.g "transforminator.co read more
I'm trying to auto generate 200+ active lists. The catch is the data is in a custom object named nf_mailing_list . I've tried using propertyObjectType field and specifying nf_mailing_list . But it results in an error. The error reported back only read more
hi y'all. Maybe someone knows how to get the data from a picture it seems I need to use GET /marketing-emails/v1/emails/with-statistics endpoint , but I cant figure out how to filter by date.
Whenever a customer visits the cart and checkout page on our website, I have set up workflows to create or update a deal in HubSpot. However, there's a particular scenario that's causing headaches: when a customer proceeds to checkout very q read more
I am testing Hubspot to send emails. I can send email to myself, but when send emails to outside emails, it says "message not delivered". I can not find any further information on why. How can I resolve this issue? Could it because that I am read more
Dear all I want to set up a reporting using website metrics. I need some metrics. I am looking into the analytics-API (e.g.: https://api.hubapi.com/analytics/v2/reports/totals/summarize/weekly?start=20220101&end=20220109) and it seems to me read more
Hello everybody, I'm trying to perform a search on Deals, using the API's Search method. The search requires 3 parameters in the filters. However, one of these parameters uses the "NOT_IN" operator, as I need the return of all deals from the con read more
Hi, Our company has created a third party hubspot app and it is used by our customers to enrich their contact data with data from our system and other data that we collect. We try to match a contact based on information from our system and i read more
Hello! I'm implementing integration with Hubspot API with OAuth token and I'm facing weird problems with rate limiting. According to spec ( https://developers.hubspot.com/docs/api/usage-details#:~:text=RateLimit%2DInterval%2DMilliseconds-,Note,-%3 read more
PS. I also started debugging respones, and this is unexpected behavior I noticed. Look how every second 10th of remaining requests disappears. In r...read more
Hello! I'm trying to use custom workflow action block feature and have an issue. According to documentation , there is {
"outputFields": {
"hs_execution_state": "BLOCK"
}
} in my response in action. Execution i read more
Our app must have three active installs in the other Hubspot account sources before we can submit it. In order to install in the test account, we first created a test account. However, when we tried to log in using the install url in the create app, read more
I am trying to create a note and associate with a contact. I am able to execute the request successfully but i do not see the notes associated with the contact in the UI: I do a POST request to https://api.hubspot.com/crm/v3/objects/notes w read more
Hi, did you mean use 201 - Contact to Note? I just did a PUT request on https://api.hubspot.com/crm/v3/objects/contact/1060101/associations/note/4...read more