Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 3!

Signer signed the document

This event is fired when a signers signs the document they received. The payload contains details of who the signer is, time of signing and the current status of the signature request. Note that, this event is only an indicator that the signer has signed the document and not that the signature request is complete.

{
   "data":{
      "status":"incomplete",
      "owner_first_name":"Jack",
      "name":"Try it now - demo.pdf",
      "recipients":[
         {
            "status":"finalized",
            "first_name":"",
            "last_name":"",
            "order_id":1,
            "last_modified_time":1505462568,
            "recipient_user_id":2,
            "recipient_id":5,
            "created_time":1505462478,
            "email":"[email protected]"
         },
         {
            "status":"viewed",
            "first_name":"",
            "last_name":"",
            "order_id":2,
            "last_modified_time":1505462805,
            "recipient_user_id":3,
            "recipient_id":6,
            "created_time":1505462478,
            "email":"[email protected]"
         }
      ],
      "owner_email":"[email protected]",
      "owner_last_name":"Barb",
      "next":6,
      "created_time":1505462478,
      "last_modified_time":1505462568,
      "has_markers":0,
      "is_ordered":0,
      "id":2373543,
      "owner_user_id":1
   },
   "metadata":{
      "event_type":"rs.signed",
      "event_user_id":3,
      "client_id":null,
      "event_user":"[email protected]"
   }
}