I am using Docusign API to send envelopes to the signers to sign the document.I have a requirement where, after all the signers have signed, I want to send an email to a another user (whom I am keeping in CC) and this CCed user is last in the routing order.As expected the CCed user is getting an email after all the signers have signed, but I want to customize the Email blurb of the CCed user.I have used the below property while creating envelope to customize email blurb to CCed user
emailNotification: { emailSubject: 'Completed', emailBody: 'All users have completed signing. Please review the document', supportedLanguage: 'en' }
But the above emailBody is replaced with "All parties have completed document". I am assuming that the Docusign is overriding my customized emailBody when the CCed user is the last person in the routing order.Is there any way I can customize my own emailBody if the CCed user is last person in signing order