Skip to main content
Outgoing webhooks push SquadVault domain events to a HTTPS URL you control (n8n, Make, your club site, a bot).
Organization webhooks require the Webhooks feature (Elite). See Billing if the page is locked.

Organization webhooks vs Flow “Call webhook”

Use the Webhooks page for standing integrations. Use Call webhook in Flows when the POST should only happen under Flow conditions.

Set up an endpoint

  1. Open Integrations → Webhooks under Tools in the dashboard.
  2. Add an endpoint: name, HTTPS URL, and the events you care about (presets help).
  3. Copy the signing secret immediately — SquadVault only shows the full value once.
  4. Send a test event, then open the delivery in the explorer to inspect headers and payload.
Pause an endpoint to stop deliveries without deleting it. Regenerating the secret invalidates the old one immediately.

Envelope and headers

Each delivery is a JSON POST with body:
Headers: Verify the signature before you trust the payload. Failed deliveries retry with backoff (up to 5 attempts).

Next