Events
Understand the events that are sent by webhooks
ZapSign sends the following events via webhook:
doc_created (sent when a document is created)
doc_deleted (sent when a document is deleted, via platform or via API)
doc_signed (sent when a signer signs the document)
doc_refused (sent when a document is refused)
email_bounce(sent when email delivery failures)
You will be able to differentiate one from the other by the attribute "event_type" which will follow with every webhook.
Check the body of each event in the upcoming chapters!
Last updated