Configure a webhook URL under Settings → Developers → Webhooks. Sadakom signs every payload with an HMAC-SHA256 signature in the X-Sadakom-Signature header so you can verify authenticity.
Supported events
- review.created
- review.flagged
- request.sent
- request.failed
- customer.imported
Each payload includes the event name, a timestamp, and the relevant object.
Failed deliveries retry with exponential backoff up to five times over 24 hours; after that the event is marked dead and visible in the webhook log.