Self Signed Document
This event is triggered every time the user signs a document by themselves (includes self-signing and in-person signing). This event can be used to export the signed document to any cloud storage service (Dropbox, Google Drive) or your custom document archival solution.
Use the id
and the signed document download API to fetch the signed & 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":"hello_05_Sep_2017-134723.pdf",
"checksum":"eaae8847ba4b579f0c404cc51ea4aa0a2b4cc828099ead9c8ff9c68f0abd4e38",
"created_time":1504619243,
"last_modified_time":1504619243,
"id":110565575
},
"metadata":{
"event_user":"[email protected]",
"event_type":"document.signed",
"client_id":null
}
}