Unable to add some custom deal dates to Webhook subscription
SOLVE
Hi All,
I have some custom date fields on my deals which I would like trigger a webhook for my custom app when changed.
When looking at the webhook subscirption for property changes these fields do not show up.
Ideally I would like these fields added to my webhook, however I am happy to have any suitable workaround - including just a way to tell that a deal has had any property changed.
Unable to add some custom deal dates to Webhook subscription
SOLVE
Hi Paul,
You can specify the property you want to trigger the webhook (which it sounds like you've already done).
And, you can specify the properties sent with the Webhook json.
You will need to use the "internal name" not the Label e.g. "Custom Deal Date" is probably "custom_deal_date" to include it in the Webhook Payload.
Have fun
Mike
Here to learn more about HubSpot and share my HubSpot Knowledge. I'm the founder of Webalite a Gold HubSpot Partner Agency based in Wellington, New Zealand and the founder of Portal-iQ the world's first automated HubSpot Portal Audit that helps you work smarter with HubSpot.
Unable to add some custom deal dates to Webhook subscription
SOLVE
Hi Mike,
Thank you for replying.
Below is an example of a custom date with it's internal api name:
I can read this deal field fine using the API however it is important that we capture changes to the date as soon as they are made.
I have looked long and hard for these custom date fields within the deal properties within the web hook but none of them are there.
If I can't monitor these fields is there anyway to trigger a webhook when there any change to a deal so my application can then get all fields and process the required updates.