Hi I seem to get two different response types when executing an api call either locally or via a serverless function. For example: const response = await _hsClient.apiRequest({
method: 'get',
path: `/cms/v3/hubdb/tables/5008079/rows/${rowId}`,
} read more
Hi! I have read in the docs that the when we embed the hubspot tracking code, the tracking code api is used to dynamically create events and track event data in HubSpot (reference : https://legacydocs.hubspot.com/docs/methods/tracking_code_api/tra read more
Hello, When I merge contact A with contact B, I think contact B's lastmodifieddate should be updated, but the lastmodifieddate is not changing. Therefore, I cannot access merged records using the v3 API search endpoint. Is there an end read more
Hello, we are developing an app that we aim to publish on the marketplace. However, since one of the requirements for listing on the marketplace is to have at least 3 active install we were wondering strategies used by the community on how to re read more
In a Zapier automation I'm working on, I have a known pipeline id, and I would like to use the Hubspot API to pull just the stage that is labeled "Closed won". Is that feasible, or is there no search capabilities for deal stages? I'm currently s read more
Hello @KStAngel Make a GET request to the /crm/v3/pipelines/deals/{pipelineId}/stages/ endpoint, as you are currently doing. This will return an ...read more
Hi everyone ! I am currently trying to implement inbound calls workflow using calling extension SDK. ``` const payload = { createEngagement : true , fromNumber : this . getFromNumber ( result . call ), toNumber read more
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
Hello sir, New to this, How do i placed that variable into the code I tried this one below but didn't work 😞 // Require axios library to mak...read more
I've been through the docs, the other questions posted here, and I'm still unable to discover what I'm doing wrong. I have created a private app (id=2086776) On my workflow's webhook definition, I've specified "Include request signature in header" 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
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