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_signed (sent when a signer signs the document)

  • doc_deleted (sent when a document is deleted, via platform or via API)

  • doc_refused(sent when a document is refused)

You will be able to differentiate one from the other by the attribute "event_type" which will follow with every webhook.

"event_type": "doc_created"

Below are examples:

Last updated