|
5 | 5 | <tbody> |
6 | 6 | <tr> |
7 | 7 | <td> |
8 | | - <h1 class="display-4">DocuSign Code Launcher: Ruby</h1> |
9 | | - <p class="Xlead">This launcher both demonstrates use of Authorization Code Grant and JWT OAuth flows and includes multiple usage examples for the DocuSign eSignature REST API.</p> |
| 8 | + <h1 class="display-4">Ruby Launcher</h1> |
| 9 | + <p class="Xlead">Run and explore eSignature REST API code examples with Authorization Code Grant or JWT Grant authentication</p> |
10 | 10 | </td> |
11 | 11 | <td> |
12 | 12 | <img src="banner-code.png" /> |
|
26 | 26 | <div class="container" style="margin-top: 40px" id="index-page"> |
27 | 27 |
|
28 | 28 | <% if @show_doc %> |
29 | | - <p><a target='_blank' href='<%= :documentation %>'>Documentation</a> on using JWT or OAuth Authorization Code Grant from a Node Express application.</p> |
| 29 | + <p><a target='_blank' href='<%= :documentation %>'>Documentation</a> on using JWT or OAuth Authorization Code Grant from a Ruby on Rails application.</p> |
30 | 30 | <% end %> |
31 | 31 |
|
32 | 32 |
|
33 | | - |
34 | 33 | <h2>Basic examples</h2> |
35 | 34 |
|
36 | 35 | <h4 id="example001">1. <a href="eg001">Use embedded signing</a></h4> |
|
133 | 132 | <a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>. |
134 | 133 | </p> |
135 | 134 |
|
136 | | - |
137 | | - |
138 | | - <h2>Payments Example</h2> |
| 135 | + <h2>Payments</h2> |
| 136 | + |
139 | 137 | <h4 id="example014">14. <a href="eg014">Send an envelope with an order form and payment field</a></h4> |
140 | 138 | <p>Anchor text |
141 | 139 | (<a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>) |
|
145 | 143 | <a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
146 | 144 | </p> |
147 | 145 |
|
148 | | - |
149 | | - |
150 | | - <h2>Tabs examples</h2> |
| 146 | + <h2>Tabs</h2> |
151 | 147 | <h4 id="example015">15. <a href="eg015">Get the tab data from an envelope</a></h4> |
152 | 148 | <p>This example retrieves the <a target="_blank" href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/">tab</a> (field) values from an envelope for all of the envelope’s recipients.</p> |
153 | 149 | <p> |
|
179 | 175 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/">EnvelopeCustomFields::list</a>. |
180 | 176 | </p> |
181 | 177 |
|
182 | | - <h2>Recipient Authentication</h2> |
183 | | - <h4 id="example019">19. <a href="eg019">Send an envelope with access code authentication</a></h4> |
| 178 | + <h2>Recipient authentication</h2> |
| 179 | + |
| 180 | + <h4 id="example019">19. <a href="eg019">Require access code authentication for a recipient</a></h4> |
184 | 181 | <p>This example sends an envelope requiring the recipient to enter an access code for multifactor authentication.</p> |
185 | 182 | <p >API method used: |
186 | 183 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
187 | 184 | </p> |
188 | 185 |
|
189 | | - <h4 id="example020">20. <a href="eg020">Require Phone Authentication for a Recipient</a></h4> |
| 186 | + <h4 id="example020">20. <a href="eg020">Require phone authentication for a recipient</a></h4> |
190 | 187 | <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> |
191 | 188 | <p>API method used: |
192 | 189 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
193 | 190 | </p> |
194 | 191 |
|
195 | | - <h4 id="example022">22. <a href="eg022">Send an envelope with Recipient Knowledged Based Authentication</a></h4> |
| 192 | + <h4 id="example022">22. <a href="eg022">Require knowledge based authentication (KBA) for a recipient</a></h4> |
196 | 193 | <p>Submit an envelope with multiple choice, public records based questions to provide multi-factor authentication.</p> |
197 | 194 | <p>API method used: |
198 | 195 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
199 | 196 | </p> |
200 | 197 |
|
201 | | - <h4 id="example023">23. <a href="eg023">IDV Authentication</a></h4> |
202 | | - <p>This is an example of an envelope utilizing Id verification authentication for a recipient.</p> |
| 198 | + <h4 id="example023">23. <a href="eg023">Require ID verification (IDV) for a recipient</a></h4> |
| 199 | + <p>This is an example of an envelope utilizing ID verification authentication for a recipient.</p> |
203 | 200 | <p>API methods used: |
204 | 201 | <a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/accounts/identityverifications/list/">Accounts::getAccountIdentityVerificationsList</a> and <a target ='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
205 | 202 | </p> |
206 | 203 |
|
207 | | - |
208 | 204 | <h2>Permissions</h2> |
209 | | - <h4 id="example024">24. <a href="eg024">Create a permission profile</a></h4> |
| 205 | + |
| 206 | + <h4 id="example024">24. <a href="eg024">Create a permission profile</a></h4> |
210 | 207 | <p> |
211 | 208 | This example creates a user group’s permission profile. |
212 | 209 | </p> |
|
234 | 231 | <a target='_blank' rel="noopener noreferrer" href="https://developers.docusign.com/docs/esign-rest-api/reference/accounts/accountpermissionprofiles/delete/">AccountPermissionProfiles::delete</a>. |
235 | 232 | </p> |
236 | 233 |
|
237 | | - |
238 | 234 | <h2>Brands</h2> |
| 235 | + |
239 | 236 | <h4 id="example028">28. <a href="eg028">Create a brand</a></h4> |
240 | 237 | <p>This example creates an account brand that can be used to apply customization to your envelopes, including your own logo, colors, and text elements.</p> |
241 | 238 | <p>API method used: |
|
255 | 252 | </p> |
256 | 253 |
|
257 | 254 | <h2>Bulk operations</h2> |
| 255 | + |
258 | 256 | <h4 id="example031">31. <a href="eg031">Bulk send envelopes</a></h4> |
259 | 257 | <p>This example creates and sends an envelope to multiple recipients using bulk lists.</p> |
260 | 258 | <p>API methods used: |
|
273 | 271 | </p> |
274 | 272 |
|
275 | 273 | <h2>Advanced recipient routing</h2> |
| 274 | + |
276 | 275 | <h4 id="example032">32. <a href="eg032">Pause a signature workflow</a></h4> |
277 | 276 | <p>This example creates an envelope where the workflow is paused before the envelope is sent to a second recipient.</p> |
278 | 277 | <p >API method used: |
|
291 | 290 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
292 | 291 | </p> |
293 | 292 |
|
294 | | - <h2>Premium Features</h2> |
| 293 | + <h2>Premium features</h2> |
| 294 | + |
295 | 295 | <h4 id="example035">35. <a href="eg035">Send an envelope by SMS delivery</a></h4> |
296 | 296 | <p> |
297 | 297 | This example demonstrates how to send an envelope via an SMS message for a signer (and CC) to read and sign. |
|
0 commit comments