Webhook automation for deals data?

Hey team,

We automate invoicing using ActiveCampaign, Xero, and Zapier.
When a deal gets to a particular stage a draft invoice is created (with a bunch of things happening in between).

I have to make some automation changes, but I’ve just realised a Webhook from an Automation only sends Contact data. I know I can set up a custom webhook under ‘manage webhooks’ but this solution isn’t ideal, as it triggers every time a deal is changed.

We’ve frankensteined something together to make it somewhat operational using conditions/filters to find the deal based on contact ID. But it’s pretty convoluted and prone to errors, because often we have multiple deals for one contact.

I can see Enterprise accounts have a HTTP POST function, but I don’t have Enterprise access and likely never will.

Any whiz know a decent workaround? :grin:

1 Like

Hello! You can append personalization tags for Deals to the URL like this: www.webhook.com/?deal_title=%DEAL_TITLE% which will add them as URL params in the receiving payload.

1 Like