Webhooks let your product react when Convertly finishes work. Instead of polling every possible workflow forever, you can subscribe to events and update your own records when a conversion, file upload, or currency conversion completes.Documentation Index
Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt
Use this file to discover all available pages before exploring further.
Event delivery
Convertly posts a JSON event envelope to each active endpoint subscribed to the event type. Every delivery includes the event type, timestamp, and HMAC signature headers.Signed headers
| Header | Purpose |
|---|---|
convertly-event | The event type being delivered. |
convertly-timestamp | Unix timestamp used in the signature payload. |
convertly-signature | HMAC signature in t={timestamp},v1={hash} format. |
Delivery behavior
Convertly attempts delivery immediately, then retries after short backoff windows before marking a delivery as failed.Delivery history and retries
Use delivery history to show webhook health in your dashboard or support tools:Build with webhooks
Verify signatures and subscribe to conversion events.