API v1
Webhooks
Delivery events and HMAC signature verification.
Webhooks
Configure webhooks per project to receive HTTP notifications when a message status changes.
Setup
- Open your project in the Notify panel.
- Set the destination URL (HTTPS recommended).
- Save the signing secret used to validate incoming requests.
X-Notify-Signature header
Elegovate sends a POST to your URL with a JSON body and an X-Notify-Signature header containing an HMAC signature of the payload.
Always validate the signature before processing the event in your backend.
Events
Events include message metadata (ID, status, template, recipient). See the integrator API reference for the exact schema.
Retries
If your endpoint does not return 2xx, Notify retries according to platform policy. Design idempotent handlers using the message ID as a key.
Reference
Payload details and status codes are in the API reference.