I use the following get command https://api.hubapi.com/crm/v3/objects/contacts?limit=100&updatedAfter=1747668849754 1747668849754 time stamp is Mon 19 May 2025 12:26:19 bu it's returning rows with a lastmodified date before that read more
Hi, @aemmi I feel the pain, pulling “recent” contacts and getting older ones back, let’s try figure why this happen.
1. First, HubSpot filter...read more
Hi, I have a report on a dashboard that shows the total closed won amount for deals with certain filters applied. How can I extract this value using API?
I am attempting to receive a WebHook from Xero finance system. Part of the Webhooks setup in Xero is the 'Intent to receive'. The explanation from Xero: To ensure the requests you receive are coming from Xero you need to verify the signat read more
To validate the Intent to receive WebHook from Xero in a HubSpot workflow, you’ll need to use a middleware service like AWS Lambda or a custom Node.j...read more
Hello HubSpot Community, I’m experiencing an issue with HubSpot Ads integration that I hope someone from the support team can help me resolve. What’s happening: An unexpected developer token adwords@hubspot.com is making changes in my Google read more
In the property Deal owner : the user the deal is assigned to. You can assign additional users to a deal record by creating a custom HubSpot user property . When it is change in CRM the field in API is not update?
Hello, I'm enrolled in the HubSpot MCP server beta and have it working with Claude desktop. Where can I find the SSE Endpoint for the MCP server? I'd like to connect and test it with n8n. Cheers, Jameson p.s. was unclear where read more
Hi @JamesonC , I hope that you are well! Thanks for reaching out to the HubSpot Community, the API board is the right place for this! I'd like t...read more
You have no documentation surrounding when these are expected to occur within different batch endpoints. export enum BatchResponseSimplePublicObjectStatusEnum { Pending = 'PENDING', Processing = 'PROCESSING', Canceled = 'CANCELED', Complete = 'COM read more
Hi all ! I create a Trial End Date property and add it on a module for my emails campaings. It’s not possible to translate the “Trial Days Left” property in the emails (jours > days). It's translated in the contact record, but that doesn’t apply read more
Hi team, We're building a data sync app to synchronize contact data between our software and Hubspot. Users can install the app to authenticate with our own software, and they configure sync settings through the settings page provided by the Hubs read more
Hi @Tariqqq , Thanks you for the information. However, that's not the flow we're aiming for. We want to build an appilication similar to thos...read more
I have an Custom ERP that has one product with one ID and two different prices: Price A for Spain and Price B for Portugal. In Hubspot for that I have to duplicate the product in Hubspot, I set the Spanish price for Product A and ID for Spanis Pro read more
Hi @Jaycee_Lewis , Thanks a lot to answer, Are you looking to edit two different Product records? Or two Line Items created from a single Product?...read more
Hello HubSpot team, I am building a custom automation inside a Workflow Custom Code action to synchronise revenue share values from a partner company record into the company associated to a deal. My intended flow is: Read the partner company read more
I’m trying to send a draft reply to a customer email in the HubSpot Conversations Inbox using the API. Goal: Programmatically send a reply to an existing customer message, similar to how an agent replies in the inbox comment section. What read more