Skip to main content

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.

The Webhook trigger is coming soon. It is not yet available. This page documents the planned behaviour so you can plan ahead.

Overview

The Webhook trigger will run an automation whenever an external service sends an HTTP POST 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 POST request, 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

Get notified

Webhook support is on the roadmap. In the meantime, use the Schedule trigger for recurring workflows or the Email Received trigger for event-driven inbound flows.