1- <h2 >Welcome</h2 >
2- <p >This launcher includes the following examples for the DocuSign eSignature REST API.</p >
3-
41<% if (showDoc) { % >
52 < p>< a target= ' _blank' href= ' <%= documentation %>' > Documentation< / a> on using OAuth Authorization Code Grant and
63 JWT from a Node Express application.< / p>
96<% if (locals .dsConfig .multiSourceChooser ) { % >
107 < h3 class = " mt-4" > Code Examples for C #, PHP , Java, Node .js , Python, and Curl< / h3>
118< % } else { % >
12- < h3 class = " mt-4" > Code Examples < / h3>
9+ < h3 class = " mt-4" > Basic examples < / h3>
1310< % } %>
1411
1512<h4 id =" example001" >1. <a href =" eg001" >Use embedded signing</a ></h4 >
131128 href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/" >EnvelopeViews::createRecipient</a >.
132129</p >
133130
131+ <h2 >Payments</h2 >
134132<h4 id =" example014" >14. <a href =" eg014" >Send an envelope with an order form and payment field</a ></h4 >
135133<p >Anchor text
136134 (<a target =' _blank'
141139 <a target =' _blank' href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes::create</a >.
142140</p >
143141
142+ <h2 >Tabs</h2 >
144143<h4 id =" example015" >15. <a href =" eg015" >Get the tab data from an envelope</a ></h4 >
145144<p >This example retrieves the tab (field) values from an envelope.</p >
146145<p >API method used:
168167 href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/" >EnvelopeCustomFields::list</a >.
169168</p >
170169
170+ <h2 >Recipient authentication</h2 >
171171<h4 id =" example019" >19. <a href =" eg019" >Access Code Authentication</a ></h4 >
172172<p >This is an example of an envelope utilizing Access Code authentication for multi-factor verification of a
173173 recipient.</p >
178178<h4 id =" example020" >20. <a href =" eg020" >Require Phone Authentication for a Recipient</a ></h4 >
179179<p >Sends an envelope that requires entering a six-digit code from a text message or phone call for the purpose of multifactor authentication.</p >
180180<p >API method used:
181- <a target =' _blank' href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes:create</a >
181+ <a target =' _blank' href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes:: create</a >.
182182</p >
183183
184184<h4 id =" example022" >22. <a href =" eg022" >KBA Authentication</a ></h4 >
196196 <a target =' _blank' href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes::create</a >.
197197</p >
198198
199+ <h2 >Permissions</h2 >
199200<h4 id =" example024" >24. <a href =" eg024" >Creating a permission</a ></h4 >
200201<p >This code example demonstrates how to create a permission profile with the eSignature REST API. </p >
201202<p >API methods used:
223224 href =" https://developers.docusign.com/esign-rest-api/code-examples/permission-profile-deleting" >AccountPermissionProfiles::delete</a >.
224225</p >
225226
227+ <h2 >Brands</h2 >
226228<h4 id =" example028" >28. <a href =" eg028" >Creating a brand</a ></h4 >
227229<p >This code example demonstrates how to create a brand with the eSignature REST API. </p >
228230<p >API methods used:
242244 <a target =' _blank' href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes::create</a >.
243245</p >
244246
247+ <h2 >Bulk operations</h2 >
245248<h4 id =" example031" >31. <a href =" eg031" >Bulk sending envelopes to multiple recipients.</a ></h4 >
246249<p >
247250 Method BulkSend::createBulkSendList creates a bulk send list that you can use to send an envelope to up to 1,000
262265 href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/create/" >EnvelopeRecipients::create</a >.
263266</p >
264267
268+ <h2 >Advanced recipient routing</h2 >
265269<h4 id =" example032" >32. <a href =" eg032" >Pausing a signature workflow</a ></h4 >
266270<p >
267271 This example creates and envelope and then pauses the signature workflow
288292 API methods used:
289293 <a target =" _blank" href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes::create</a >
290294</p >
291- <h2 >Premium Features</h2 >
295+
296+ <h2 >Premium features</h2 >
292297<h4 id =" example035" >35. <a href =" eg035" >Sending via SMS delivery</a ></h4 >
293298<p >
294299 This example demonstrates how to send a signature request for a signer (and CC) to read and sign via an SMS message.
295300</p >
296301<p >
297302 API methods used:
298303 <a target =" _blank" href =" https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" >Envelopes::create</a >
299- </p >
304+ </p >
0 commit comments