Events
Understand the events that are sent by webhooks
ZapSign sends the following events via webhook:
doc_createdThis event is sent when a document is created.created_signerThis event is sent when a new signer is added to an ongoing document.doc_deletedNotifies when a document has been deleted, either from the platform or via the API.doc_signedTriggered when a signer signs the document. The webhook specifies which signer signed the document.doc_refusedIndicates that a document has been refused by the signer.email_bounceNotifies about failures in email delivery.signature_notification_sentNotifies when the document is sent to the signer via email or WhatsApp (parametersend_automatic_emailorsend_automatic_whatsapp).doc_viewedNotifies when the signer views the document (opens the signing link).doc_read_confirmationNotifies when the signer confirms reading the document (clicks the "Continue" button after viewing the document).signer_authentication_failedNotifies when the signer has exceeded the maximum number of attempts to verify their identity using the Facial Recognition and Identity Validation methods.background_check_completedNotifies when a background check has completed.doc_expiredThis event is sent when a document with a signing deadline has expired.doc_expiration_alertThis event is sent when a document with a signing deadline is about to expire. The event will be triggered 7, 3, and 1 day(s) before the expiration takes effect.
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"Check the body of each event in the upcoming chapters!
Last updated
Was this helpful?