Webhooks
Webhook overview
Receive webhook notifications about events in the Covver backend
Setup
Contact devsupport@covver.io to setup a webhook destination URL
Webhook events
Webhook format
All Webhooks are sent as a POST message and have this format:
Webhook signature
All Webhooks include a covverSignature
header to validate that the webhook is indeed coming from us as well as covverIdempotencyKey
which is a unique key sent out per webhook.
Webhooks are signed using the code below where the secret is your client secret and the payload is the body of the POST request
Note
In subsequent webhook docs when we mention PersonalizationFieldsType we are referring to