Skip to content

Commit 2f485e4

Browse files
authored
added in subtitles
1 parent bcd4cbd commit 2f485e4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

views/pages/index_esignature_examples.ejs

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<% if (locals.dsConfig.multiSourceChooser) { %>
77
<h3 class="mt-4">Code Examples for C#, PHP, Java, Node.js, Python, and Curl</h3>
88
<% } else { %>
9-
<h3 class="mt-4">eSignature REST API examples</h3>
9+
<h3 class="mt-4">Basic examples</h3>
1010
<% } %>
1111

1212
<h4 id="example001">1. <a href="eg001">Use embedded signing</a></h4>
@@ -128,6 +128,7 @@
128128
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>.
129129
</p>
130130

131+
<h2>Payments</h2>
131132
<h4 id="example014">14. <a href="eg014">Send an envelope with an order form and payment field</a></h4>
132133
<p>Anchor text
133134
(<a target='_blank'
@@ -138,6 +139,7 @@
138139
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
139140
</p>
140141

142+
<h2>Tabs</h2>
141143
<h4 id="example015">15. <a href="eg015">Get the tab data from an envelope</a></h4>
142144
<p>This example retrieves the tab (field) values from an envelope.</p>
143145
<p>API method used:
@@ -165,6 +167,7 @@
165167
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/">EnvelopeCustomFields::list</a>.
166168
</p>
167169

170+
<h2>Recipient authentication</h2>
168171
<h4 id="example019">19. <a href="eg019">Access Code Authentication</a></h4>
169172
<p>This is an example of an envelope utilizing Access Code authentication for multi-factor verification of a
170173
recipient.</p>
@@ -175,7 +178,7 @@
175178
<h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recipient</a></h4>
176179
<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>
177180
<p>API method used:
178-
<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>.
179182
</p>
180183

181184
<h4 id="example022">22. <a href="eg022">KBA Authentication</a></h4>
@@ -193,6 +196,7 @@
193196
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
194197
</p>
195198

199+
<h2>Permissions</h2>
196200
<h4 id="example024">24. <a href="eg024">Creating a permission</a></h4>
197201
<p>This code example demonstrates how to create a permission profile with the eSignature REST API. </p>
198202
<p>API methods used:
@@ -220,6 +224,7 @@
220224
href="https://developers.docusign.com/esign-rest-api/code-examples/permission-profile-deleting">AccountPermissionProfiles::delete</a>.
221225
</p>
222226

227+
<h2>Brands</h2>
223228
<h4 id="example028">28. <a href="eg028">Creating a brand</a></h4>
224229
<p>This code example demonstrates how to create a brand with the eSignature REST API. </p>
225230
<p>API methods used:
@@ -239,6 +244,7 @@
239244
<a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>.
240245
</p>
241246

247+
<h2>Bulk operations</h2>
242248
<h4 id="example031">31. <a href="eg031">Bulk sending envelopes to multiple recipients.</a></h4>
243249
<p>
244250
Method BulkSend::createBulkSendList creates a bulk send list that you can use to send an envelope to up to 1,000
@@ -259,6 +265,7 @@
259265
href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/create/">EnvelopeRecipients::create</a>.
260266
</p>
261267

268+
<h2>Advanced recipient routing</h2>
262269
<h4 id="example032">32. <a href="eg032">Pausing a signature workflow</a></h4>
263270
<p>
264271
This example creates and envelope and then pauses the signature workflow
@@ -285,7 +292,8 @@
285292
API methods used:
286293
<a target="_blank" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>
287294
</p>
288-
<h2>Premium Features</h2>
295+
296+
<h2>Premium features</h2>
289297
<h4 id="example035">35. <a href="eg035">Sending via SMS delivery</a></h4>
290298
<p>
291299
This example demonstrates how to send a signature request for a signer (and CC) to read and sign via an SMS message.

0 commit comments

Comments
 (0)