Skip to main content
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
ENVELOPE_AUDIT_TRAIL
ENVELOPE_AUDIT_TRAIL action can have the following values:
  • ENVELOPE_VIEWED - When the recipient views the envelope.
  • ENVELOPE_SIGNED - When the recipient signs the envelope.
  • ENVELOPE_DECLINED - When the recipient declines the envelope.