docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
197 stars 124 forks source link

Attach New Document Into Existent Envelope #204

Closed samuel-lujan closed 1 year ago

samuel-lujan commented 1 year ago

Is it possible to add a new document after envelope is sent and signed? If it is possible how can I do it?

karankaushik95 commented 1 year ago

After the envelope is completed? No. No changes are allowed once the envelope is completed. It will invalidate all signatures on the documents.

samuel-lujan commented 1 year ago

Okay! Because in my project we have some cases, after documents are signed, we can add some new contracts and new files. But for this I'll create a new envelope. Thanks