Learn how to receive events in your webhook endpoint
recipient.completed
event:
topics
array of the Envelope object. Then, while setting up a webhook endpoint, list all the topics to receive events for those envelopes.
POST
request to your webhook endpoint, with the Event object as the JSON payload.
Delivery is successful if your endpoint responds with a status code in the 2XX
range (200 to 299). Any other status code means the delivery failed.
2XX
range, SignatureAPI will keep trying to deliver the event for up to 48 hours, using an exponential backoff strategy.
webhook-signature
header, following the Standard Webhooks specification.
You can find the Signing Secret in the right column of the webhook endpoint definition: