These docs are for v2.1. Click to read the latest docs for v3.

document.signed

Triggered when the user signs a document using self signing. The event can be used to export the signed document to cloud storage service providers such as Dropbox, Google Drive or your custom document archival solution.

Use the id attribute in the response object and pass it to the signed document download API to fetch the completed document.

📘

Not for Signature Request documents

Note that this event is not fired when a document is signed via Request Signature. Use rs.completed events for documents signed via signature requests.

{  
   "data":{  
      "pending_file":null,
      "user_id":7163829,
      "name":"Employment Contract - Sachin M.pdf",
      "checksum":"eaae8847ba4b579f0c404cc51ea4aa0a2b4cc828099ead9c8ff9c68f0abd4e38",
      "created_time":1504619243,
      "last_modified_time":1504619243,
      "id":110565575
   },
   "metadata":{  
      "event_user":"[email protected]",
      "event_type":"document.signed",
      "client_id":null
   }
}