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 download a self-signed document endpoint to fetch the completed document.
Not for Signature Request envelopesNote that this event is not fired when a document is signed via create or send an envelope. Use rs.completed event for envelopes 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
}
}