|
13 | 13 | <p>Sends an envelope, then uses embedded signing for the first signer. With embedded signing, DocuSign signing is initiated from your website. |
14 | 14 | </p> |
15 | 15 | <p>API methods used: |
16 | | - <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> |
17 | | - and |
| 16 | + <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>, |
18 | 17 | <a target='_blank' |
19 | 18 | href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>. |
20 | 19 | </p> |
21 | 20 |
|
22 | 21 | <h4 id="example002">2. <a href="eg002">Request a signature by email (remote signing)</a></h4> |
23 | | -<p>The envelope includes a pdf, Word, and HTML document. Anchor text |
24 | | - (<a target='_blank' |
25 | | - href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">AutoPlace</a>) |
26 | | - is used to position the signing fields in the documents. |
| 22 | +<p>The envelope includes a pdf, Word, and HTML document. <a target='_blank' |
| 23 | + href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/auto-place/">Anchor text</a> is used to position the signing fields in the documents. |
27 | 24 | </p> |
28 | 25 | <p>API method used: |
29 | 26 | <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>. |
|
45 | 42 | </p> |
46 | 43 |
|
47 | 44 | <h4 id="example005">5. <a href="eg005">List envelope recipients</a></h4> |
48 | | -<p>Includes current recipient status |
| 45 | +<p>Includes current recipient status. |
49 | 46 | </p> |
50 | 47 | <p>API method used: |
51 | 48 | <a target='_blank' |
52 | 49 | href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/list/">EnvelopeRecipients::list</a>. |
53 | 50 | </p> |
54 | 51 |
|
55 | 52 | <h4 id="example006">6. <a href="eg006">List envelope documents</a></h4> |
56 | | -<p>Includes current recipient status |
| 53 | +<p>Includes current recipient status. |
57 | 54 | </p> |
58 | 55 | <p>API method used: |
59 | 56 | <a target='_blank' |
|
113 | 110 | Templates</a> |
114 | 111 | feature.</p> |
115 | 112 | <p>API methods used: |
116 | | - <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a> |
117 | | - and |
| 113 | + <a target='_blank' href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/">Envelopes::create</a>, |
118 | 114 | <a target='_blank' |
119 | 115 | href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createrecipient/">EnvelopeViews::createRecipient</a>. |
120 | 116 | </p> |
|
0 commit comments