Copy page
Copy original Markdown fileAvailable Webhook Events
BoldSign provides webhook notifications to notify applications of real-time events. These notifications are triggered when specific actions occur related to documents, authentication, sender identities, and templates. Subscribing to these events enables applications to automate workflows, update systems, or trigger notifications when changes occur.
Document Events
| Event | Description |
|---|---|
| Sent | A signature request is sent to recipients. |
| Signed | A recipient signs the document. |
| Completed | Signing completed by all recipients. |
| Edited | A sent document is edited before signing. |
| EditFailed | The edit document request fails to edit. |
| Declined | A recipient declines the signature request. |
| Revoked | Sender revokes the signature request. |
| Reassigned | Signer reassigns the document to another person. |
| Expired | The signature request expires without completion. |
| Viewed | A recipient views the document. |
| DeliveryFailed | Email delivery fails for one or more recipients. |
| SendFailed | The signature request fails to send. |
| DraftCreated | A draft version of the document is created. |
| Reminder | Sender sends a reminder email for the document. |
Authentication Events
| Event | Description |
|---|---|
| AuthenticationFailed | Signer authentication fails when signing. |
| IdentityVerificationInitiated | Identity verification process initiated by signer. |
| IdentityVerificationSucceeded | Signer successfully verifies identity. |
| IdentityVerificationFailed | Signer identity verification fails. |
Sender Identity Events
| Event | Description |
|---|---|
| SenderIdentityCreated | Sender identity successfully created. |
| SenderIdentityUpdated | Sender identity updated or re-requested. |
| SenderIdentityDeleted | Sender identity deleted. |
| SenderIdentityRevoked | Sender revokes permission to send documents. |
| SenderIdentityVerified | Sender identity invitation accepted. |
| SenderIdentityDenied | Sender identity invitation rejected. |
Template Events
| Event | Description |
|---|---|
| TemplateCreated | A new template successfully created. |
| TemplateEdited | A template edited successfully. |
| TemplateCreateFailed | Template creation fails. |
| TemplateDraftCreated | A draft template is created. |
| TemplateSendFailed | Sending a signature request from template fails. |