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?