Setting up webhooks for review and block events
Webhooks push notifications to your systems when significant events occur — for example a signup landing in the review queue or a block being recorded.
- Add a webhook endpoint URL in the dashboard (Starter allows 5 endpoints; Business and Scale are unlimited).
- Veritus sends a POST to your URL, signed with HMAC-SHA256 so you can verify it genuinely came from Veritus.
- Verify the signature against your signing secret before acting on the payload.
Delivery uses exponential-backoff retries, so a brief outage on your side will not lose an event. Webhooks are the right tool for wiring Veritus verdicts into your own back office, alerting or CRM.

0 comments
Sign in with your TDesk account to comment.