i use docusign for electronic signature. I ask if i can add a document after creating the envelopeId in the second signing
Asked
Active
Viewed 43 times
1 Answers
1
You can add additional documents to the envelope as long as you have not sent the envelope yet. Once you send it (and the envelope has changed to sent
status) you will not be able to add more documents. Put another way, you can only add documents to draft envelopes.
To add document(s) to a draft envelope use the EnvelopeDocuments: update API
Ex:
PUT /v2/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}

Ergin
- 9,254
- 1
- 19
- 28