Loading...
Loading...
POST Apollyx events as JSON to any HTTPS endpoint. Signed, retried, and replayable.
In Apollyx, go to Integrations → Webhooks and paste your HTTPS endpoint. Optionally add custom headers.
Apollyx signs each payload with an HMAC SHA-256 secret. Verify it on your end to confirm the event came from Apollyx.
Each event has a `type` field (submission.created, booking.confirmed, payment.succeeded) and a `data` object with the full payload.
Apollyx retries failed deliveries with exponential backoff for up to 24 hours. You can also manually replay any event from the dashboard.
Each request includes an `X-Apollyx-Signature` header containing an HMAC SHA-256 hash of the request body signed with your secret. Compute the same hash on your side and compare.
Webhooks send raw JSON to any endpoint — maximum flexibility, you write the handler. Zapier is a no-code layer on top that connects to pre-built apps.
Yes. Webhooks are available on all plans, with per-plan rate limits on delivery volume.
Start free in under 60 seconds. Connect Webhooks from your dashboard anytime.
Get Started Free