Webhooks
Get notified using webhooks
1
Create a webhook
Specify your target URL and the event you want to track between the following options:
Create a webhook
Endpoint details
2
Handle webhook
When the envelope event will be triggered, the webhook will send a POST request to the specified URL. You can handle the request and perform the necessary actions on your end.
Example of a webhook payload:
ENVELOPE_DECLINED
ENVELOPE_COMPLETED
ENVELOPE_EXPIRED
ENVELOPE_VOIDED