Skip to main content
Get notified via HTTP POST request when Autosana completes a batch of flow runs.

Setup

  1. Go to Settings > Integrations > Webhooks
  2. Click Add Webhook
  3. Enter your HTTPS endpoint URL
  4. Optionally add a signing secret for payload verification

Payload Example

The git object is only included when the app build has git metadata (e.g., uploaded via CI/CD with commit info).

Verifying Signatures

If you configure a signing secret, payloads are signed with HMAC-SHA256. The signature is in the X-Autosana-Signature-256 header as sha256=<signature>.