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
198 stars 122 forks source link

Updating Email subject on Resending Envelope #154

Closed iyyappanpwilco closed 2 years ago

iyyappanpwilco commented 2 years ago

Hi,

We need to update the email subject of signer1 and signer2 during the resending the envelope

Kindly help us property to include to achieve it

HobbyProjects commented 2 years ago

You can use the update function to update your envelope in any way you wish:

https://github.com/docusign/docusign-esign-php-client/blob/e81a5f928d165dcf3489da09e409d56ea87ca961/src/Api/EnvelopesApi.php#L11553