Introducing Attachment RequestsWe have launched a new feature that allows you to request your recipients to upload files while signing their documents.Added 5 new endpoints
- Set Envelope Attachments Placeholders
PUT /v2/envelope/{envelope_id}/attachments/placeholders
- Set Template Attachments Placeholders
PUT /v2/template/{template_id}/attachments/placeholders
- Set Envelope Attachments Settings
PUT /v2/envelope/{envelope_id}/attachments/settings
- Set Template Attachments Settings
PUT /v2/template/{template_id}/attachments/settings
- Download Envelope attachment files
GET /v2/envelope/{envelope_id}/attachments/{file_id}
Introducing ID verificationAdded a new recipient verification method,
ID_VERIFICATION
, allowing for an automated ID and selfie check before the recipient can access the envelope.
The value parameter must be left empty when using ID_VERIFICATION
; existing rules for PASSCODE
and SMS
remain unchanged.Introducing real-time audit trails using webhooksWe’ve released a new webhook event called “ENVELOPE_AUDIT_TRAIL” that lets you track recipient actions in real-time, such as when an envelope is signed, viewed, or declined by a specific recipient
Added 2 new endpoints
- Download certificate of completion
GET /v2/envelope/{envelope_id}/certificate
- Download envelope content
GET /v2/envelope/{envelope_id}/signed_documents
Introducing Sign.Plus version 2.0Enabling developers to integrate eSignature functionalities to their own workflow.