Documentation Index
Fetch the complete documentation index at: https://docs.affzero.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Webhook trigger will run an automation whenever an external service sends an HTTPPOST request to a unique URL generated by AffZero. This makes it possible to kick off workflows from third-party platforms — trackers, CRMs, billing systems, or any service that supports outbound webhooks.
Planned behaviour
- Each automation with a Webhook trigger will have a unique endpoint URL (e.g.
https://app.affzero.com/api/webhooks/incoming/abc123). - When the endpoint receives a
POSTrequest, the automation runs immediately. - The request payload (JSON body) will be available as variables in subsequent steps.
- Optional secret verification (HMAC signature) will be supported to ensure requests come from the expected source.
Use cases (planned)
- Run an automation when a new conversion is recorded in your tracker
- Trigger an invoice workflow when a payment is confirmed in a billing system
- Kick off a stats pull + email as soon as a campaign milestone is reached

