Webhooks
Webhooks can be created within the DocEndorse platform by heading to the developer page and clicking the add webhook button. You will be asked to provide a name and a webhook url, generate a signature, and select the events that you would like to be notified of.
Webhook Events
- request.completed
- request.re-sent
- document.opened
- document.rejected
- document.approved
- document.completed
- recipient.completed
- recipient.signs
Webhook Verification
The webhook event can be verified by comparing the content of the X-Signature-SHA256 header sent with each request with the base64 encoded hash of the request body.
Hash Parameters
- Method: HMAC
- Algo: sha256
- Message: request body
- Key: Generated secret key