Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DocuSign API - How to implement “Needs to View”

Tags:

docusignapi

We want to add recipient needs to view before other recipients can sign.

How can we implement Needs to View option in RestApi of docusign ?

Regards, Dishant

like image 879
Dishant Avatar asked Feb 19 '26 04:02

Dishant


1 Answers

The eSignature API calls these recipients Certified Delivery recipients. You do everything else the same, but these recipients cannot or should not have tab (Signing elements) as they only need to view, but not sign. The JSON looks like this:

{"certifiedDeliveries":[{"routingOrder":1,"name":"Inbar Gazit","email":"[email protected]","roleName":"","note":"","status":"created","templateAccessCodeRequired":null,"deliveryMethod":"email","recipientId":"1"}]}
like image 198
Inbar Gazit Avatar answered Feb 21 '26 13:02

Inbar Gazit