We are basically a saas app , that offers's our customer's various offering's, one such is saas management ,we want to create an oauth app for saas management and shadow it discovery , so should we have a verification process for user's from other Leia mais
I am attempting to use the new export feature for tickets, I have code the pulls the entire ticket list today, but it runs for hours. With the export, everything works fine if I do not include any objectProperties. I carried over the same list of fi Leia mais
We are experiencing issues with communication between our cyrious app to Hubspot. Our cyrious server currently uses a static ipaddress using nat redirection. Can we change to use the companies static public ipaddress forwarded instead of routed to Leia mais
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 Leia mais
Hi @TSaunders9
You will need to include the "properties" parameter in the URL to get any properties other than the default properties (which...Leia mais
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 Leia mais
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}`,
} Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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...Leia mais
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 Leia mais