We are using the "Send a Webhook" functionality to integrate HubSpot with a downstream system. It appears that the JSON data type for certain properties (such as "phone_number" and "zip") are inconsistent. Sometimes, they are passed as JSON Strings read more
Hi there, I'm trying to extract (integrate to) the hs_recurring_billing_start_date field which I have selected as a custom date when entering the line items for a deal. I am able to extract all other information I need from the line items and ot read more
Your code is a perfect example of what you would need to do to get the data. To reiterate, you want to retrieve the property " hs_recurring_billi...read more
I am trying to use a webhook to send data from hubspot when a certain piece of data is updated on a deal. I have custom code that is getting the access token (this vendor's token only lasts an hour so it requires frequent refreshing - and this is n read more
I've read posts, and the documentation, and just can't seem to get my signature to match whats in the header. The timestamp and secret look good, so i'm guessing its something with the URI or the body text. Does anything look incorrect in this (si read more
FYI, to any having the same issue. The documentation seems to suggest that you only need to use the 'URI' when computing the signature. However,...read more
I want to create a new Deal in HubSpot when an order is created in WooCommerce for WordPress using webhooks in Workflows. I have successfully configured the webhook and I received the test payload in HubSpot. My issue is that in the HubSpot workfl read more
You can always cheat by using a placeholder Deal. This deal is mostly to let you trigger the workflow. 1. Create a Deal in hubspot and let's call...read more
Hello, When using this test feature in "webhook subscription details" sidebar, I noticed the appId of the sent request does not match the JSON (or my app). Here is the JSON the panel describes: { "appId": 3214103, "eventId": 100, "subscriptionId" read more
Hey, @pholm 👋 Thanks for your question. If you believe you have discovered a bug, and you can consistently reproduce it, can you submit your f...read more
Hello HubSpot Community, My name is Daniel Spillers. I am a CRM Developer that works with Dynamics 365, PowerApps, Power Automate Flows. Currently, we are transitioning from Salesforce for our Leads generation into HubSpot. Very exciting change! read more
"is known" in the filter options is generally considered the same as "has changed" in the majority of cases. https://knowledge.hubspot.com/workflow...read more
This might be silly question, but when using Workflows triggered by Webhooks, is it possible to configure further trigger event properties after you have published the workflow?
I've got quite a complex number of these to manage and I can' read more
Hi @mike-thomas 👋 Thanks for the great question. I'd like to invite some of our community champions to the conversation — hey @Phil_Vallender ...read more
I have a wwebhook set up to get called whenever a Note is created or updated. This webhook request sends over the NoteId which I am about to run a GET request on the Note to get its content. However, how would I get the TicketId for the ticket this read more
You can pull the associations of the Note to get the TicketID it's linked with. The help document for engagement/notes lists associations as an ...read more
Looking for something similar to what is described in this post from 5 years ago: https://community.hubspot.com/t5/APIs-Integrations/Web-hook-trigger-for-Engagement-events-like-Meeting-etc/m-p/313903 I want to receive notifications of meetings read more
Dear Community, I have an issue with my HTTP GET request, hope you can help me here. I would like to pull a custom property (angebot_counter) via this URI https://api.hubapi.com/crm/v3/objects/deals/{sanitized-dealID}/?properties=angebot_coun read more
@Dramons - A couple of thoughts:
- I see a trailing '/' in the URL after the deal id value. I don't think this is correct.
- I'm sure you have ...read more
Hello all, I've been trying to find a solution to this issue for months, but so far, I did not succeed Most of our contacts in HubSpot come from member accounts in our website system, where they have opt-in checkboxes in their dashboard to su read more
Hey @MickaelV ,
subscriptions are a highly sensitive topic and I fully understand that you're looking for a seamless UX.
I've worked with quit...read more