I am making the following post request to hubspots crm search api via postman Post: https://api.hubapi.com/crm/v3/objects/contacts/search Body: {
"limit": 100,
"properties": ["firstname”, ”email”, ”testField"],
"filterGroups read more
Hi there, According to the example of event payload (when you click on "Details" of subscription) it sould look like this: { "eventId": "100", "subscriptionId": 229xxxx, "portalId": 555xxxx, "occurredAt": 1696016361042, "subscriptionType": "contac read more
Hello, I have run into issues when creating a Contact and having them be associated with the correct Company (when there are duplicative Company objects with similar names). In one example, we have two companies named "XYZ" and "XYZ Talent". read more
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