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
- Open Integrations → Webhooks under Tools in the dashboard.
- Add an endpoint: name, HTTPS URL, and the events you care about (presets help).
- Copy the signing secret immediately — SquadVault only shows the full value once.
- Send a test event, then open the delivery in the explorer to inspect headers and payload.
Envelope and headers
Each delivery is a JSONPOST with body:
Verify the signature before you trust the payload. Failed deliveries retry with backoff (up to 5 attempts).
Next
- Browse connection health in Integrations
- Automate Discord or notifications with Flows
- Action catalog: Flows reference