I am trying to update the 'Opted out of Email-Marketing Communication' property of a contact which is part of Subscription Status using an API from Postman, but I keep on getting a READ_ONLY_VALUE error. However, I can change its value directly read more
Hello everyone, I'm new to HubSpot and I've encountered a situation that I could use some guidance on. I've set up a webhook (POST) in HubSpot that makes calls to an external endpoint. This external service responds by providing a straightfo read more
Hi, We are currently testing in our Sandbox the Salesforce API - we potentially have a number of dupulicate companies that will sync from Salesforce to HubSpot which we are trying to avoid, the current salesforce set up does not have all the dom read more
Hi @KMaguire ,
For clarification, when you say there are duplicate companies , do you mean there are multiple instances of the same company i...read more
Hi there. I'm hoping to get some help with an issue I've been having for a few weeks now. I'm trying to add a script to the head tag of an embedded hubspot meetings form. The code snippet is for configuring vwo a/b testing. It's tricky as the f read more
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 read more
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 read more
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 read more
Hey, @JDiaz01 👋 Thanks for the unique question. My instinct is that with the lack of specific documentation from Cyrious, you'll likely need to ...read more
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 read more
Hi @TSaunders9
You will need to include the "properties" parameter in the URL to get any properties other than the default properties (which...read more
I don't think that's what I'm looking for unfortunately. I don't want to request a list of meetings or calls but a list of "Call and meeting types "...read more
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
Hey, @GilesP 👋 Were you able to make any progress on this issue? I wonder if your local environment is behaving differently? Have you added a co...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