Document Updated Webhook

This webhook is triggered when a document is updated. Unlike the document_state_changed event which tracks all status transitions, this event specifically indicates that the document has been modified and reverted to a draft state, allowing for further edits or updates.

This event is useful for:

  • Syncing document updates with external systems
  • Audit logging and compliance tracking for document modifications
  • Triggering notifications or workflows when documents are edited
  • Maintaining version control and change history
  • Implementing approval workflows for document changes

Note: The webhook payload structure is synchronized with the Document State Changed webhook and partially mirrors the Document Details API response, providing comprehensive document information captured at the time of update.

Security Note: All webhook requests include an HMAC-SHA256 signature for verification using your shared key.

Query Params
string
required

Webhooks are signed with a signature generated by taking an HMAC-SHA256 hash of the webhook post’s raw HTTP Body (UTF8 encoding).

Payload

Comprehensive document details captured at the time of update. The payload structure is synchronized with the Document State Changed webhook and includes complete document information, recipient status, field values, pricing data, and metadata reflecting the current state after modifications.

Response

LoadingLoading…