API Reference

When you register a webhook URL, we will post the following list of events your webhook URL.

document_createdWhen a document is created.
document_sentWhen a document is sent.
document_viewedWhen a signer views a document. Called each time a signer views the document.
document_in_progressCalled once. When a document has started to be completed and status changes to in progress (pending in the API return data).
document_signedCalled each time a document is signed by a recipient. A document may have multiple recipients that need to sign, this would be called for each one.
document_completedWhen a document is completed (signed by all recipients).
document_expired When a document has expired.
document_canceledWhen a document is canceled by the sender.
document_declinedWhen a document is declined by a signer.
document_bouncedWhen the the email delivery to a signer bounced.
document_errorWhen there's an error creating or updating a document.
template_createdWhen a template is created.
template_errorWhen there's an error creating or updating a template.