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

rs.signed

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. It can also contain user specific metadata(request_info) if it was sent during RS creation. 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",
      "expiry_time": 1683033398,
      "sources": [
        {
         "id": 33299021,
         "name": "LP Signing Contract Document",
         "type": "original" 
        },
        {
          "id" 33122312,
          "name": "LP Signing Contract Lease Document",
          "type": "original"
        }
      ],
      ],
      "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":{
      "token": "1AqZ3DEC4fr@21",
      "event_type":"rs.signed",
      "event_user_id":3,
      "client_id":null,
      "event_user":"[email protected]"
   },
   "request_info": {
        "name": "Jack",
        "required": true,
        "id" : 49367567,
        "url": "https://localhost:8090"
    }
}