Added

Request attachments from signers

Using create or send an envelope endpoint, you can now ask a recipient to upload a supporting file, an ID, a PO, a W9, whatever the transaction needs, as part of completing their envelope, instead of chasing it down over email afterward.

{
...
  "attachments":[
     {
        "recipient_id":1,
        "message":"Please attach the requested proofs.",
        "files":[
           {
              "label":"Driver License",
              "required":true
           },
           {
              "label":"Passport",
              "required":false
           }
        ]
     },
     {
        "recipient_id":2,
        "message":"Kindly attach the blueprint.",
        "files":[
           {
              "label":"Blueprint",
              "required":true
           }
        ]
     }
  ]
...
}

Signer Attachments are available on the API Advanced Plan. Reach out to [email protected] or your Signeasy account manager to get it enabled.