Not sure if there is something I'm missing, but it appears the "Webhook Trigger" in workflows does not work with JotForm "Webhook" integration function. Within Jotform, you can set an integration point to POST to a webhook URL on form submission read more
I'm implementing an OAuth flow for my public app. Currently, after clicking on the install url, the connecting page would send a request to my API endpoint to handle the incoming payload (including the code), and after handling the body, my endpoint read more
Hi there I originally set up a Hubspot account in my old company name. I rebranded earlier this year and everything is now connected to Sukses Today as it should be. I would like to create a second free account that I can use to demo Hubspot to my read more
I am running into what appears to be a timing issue with the calculate property hs_v2_date_entered_{stage_id_x} I have a deal with "hs_v2_date_entered_{stage_id_x}":"2025-07-07T14:34:40.199Z"} and it happens to be in the specific stage I need read more
I calculate the date by getting the current unit time stamp in milliseconds and then subtract 40 minutes. I then used the exact value run when it...read more
Hey team,
I'm having a senior moment connecting the dots between the CMS actions and workflow triggers. Is there a workflow trigger I can use to kick off a flow of logic when a new blog post is published or an existing post updated?
Help me read more
Hmm... this is a tricky one - I believe you'll need a scheduled custom coded workflow action that retrieves blog posts based on published date or upd...read more
Delete secondary/additional emails via API I am trying to run the Delete secondary/additional emails via API using Zapier. My hope is that I can run batches (we have 30k+ records with secondary email and many of them are just wrong - this is read more
Zapier uses {{FIELDNAME}} notation for variables. So you need to update your URL to something like (using the v1 API since that's what you're showing...read more
Hello Team, We have been mandated to migrate tickets, contacts, companies from one database to HubSpot tickets. So we proceeded in the following sequence, using the API of HubSpot. - Pushed the companies to HubSpot, all successful. - Pushed the read more
@PNamroud - It might be useful to confirm the API call snd JSON setup you are using here. But, given my own experience in doing this, its more than...read more
Hi, Until now, I’ve been using the "/marketing-emails/v1/emails/with-statistics" endpoint to retrieve email statistics. Since this endpoint is scheduled for deprecation in October, I’ve started migrating to the "/marketing/v3/emails" endpoint with read more
Hi @RTaktook , Thank you for reaching out to the Community! I'd like to invite some community members who are subject matter experts to join t...read more
Hi, I have a question about triggering workflows via the API and sending a marketing email template. When I use the webhook action to trigger a workflow (passing in the email address of the contact), the workflow enrollment fires as expected, but th read more
Thank you @MichaelMa ! Although I didn't see any activity related to the contact after checking, I ran a test where a contact was manually added to...read more
I have forms on external websites and i needed to track the data entered and to put it into objects and properties in hubspot. If it is possible, how can I do so?
Hey @Aly_Mourady you can use the HubSpot apis , just find the object you want to map to and use the "Create (object name)" endpoint to create a ne...read more
Hello, I am dealing with problem when calling integration suddenly stopped searching for incoming caller id matches. this._extension.incomingCall({ externalCallId: callId, createEngagement: true, fromNumber: "+420544528917", toNumb read more
I have tried various combinations, like I said, it worked a few weeks ago, if I provided wrong numbers, onCallerIdMatchFailed callback was called at ...read more
Hi, I am doing export of Engagement's association with Deal and Company. The export is running from Last 2-3 days and still status is processing. I am sure it taking 2-3 day is unusal. Is there a way I can manually stop the job or delete it so i read more
In cases like this, it helps to check how much data you're exporting and apply filters to reduce the size. Try narrowing the export to specific date ...read more