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

A new signature request was initiated

This event is fired when a new signature requested is initiated by your users. The payload will contain the details of the signers, document and the order of signing thereby helping you update any workflows on your end.

{
   "data":{
      "status":"incomplete",
      "owner_first_name":"Jack",
      "name":"Try it now - demo.pdf",
      "recipients":[
         {
            "status":"not_viewed",
            "first_name":"",
            "last_name":"",
            "order_id":1,
            "last_modified_time":1505464109,
            "recipient_user_id":2,
            "recipient_id":7,
            "created_time":1505464109,
            "email":"[email protected]"
         },
         {
            "status":"not_viewed",
            "first_name":"",
            "last_name":"",
            "order_id":2,
            "last_modified_time":1505464109,
            "recipient_user_id":3,
            "recipient_id":8,
            "created_time":1505464109,
            "email":"[email protected]"
         }
      ],
      "owner_email":"[email protected]",
      "owner_last_name":"Barb",
      "next":7,
      "created_time":1505464109,
      "last_modified_time":1505464109,
      "has_markers":0,
      "is_ordered":0,
      "id":4936759,
      "owner_user_id":1
   },
   "metadata":{
      "event_type":"rs.initiated",
      "event_user_id":1,
      "client_id":"6xkfd7cC9TEcXPOy1jxbHg9k8O8IpmQRAt7AWrTm",
      "event_user":"[email protected]"
   }
}