Hi, I'm interested in getting contact information via the API. More specifically, I want to fetch the lifecycle stage for a list of contacts. However, when I query contacts the lifecycle stage is not available in the responses body (on the object's 続きを読む
Hi everyone! I’d like to introduce Relay.app , a workflow automation tool that’s different from the others. Build and run automated multi-step playbooks that support human-in-the-loop for reviews and approvals; all in a delightful multi 続きを読む
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}`,
} 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
Yeah. If I was doing this in code, looping through an array is the way to go. But I was hoping to get a clean return of just the Closed Won dealstage...続きを読む
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 続きを読む
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 続きを読む
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" 続きを読む
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 続きを読む