Skip to main content

Is there a way to send a different Email body for completed emails notification?

Right now, docusign just picks the original email message and subject and appends some text for the completed email.

With the resource file, I could update the subject for the completed email. But for the email body my requirement is to show a part of original email message, (like a substring). Is it possible to modify or access Data:emailblurb within resource file and just extract a part of it to show in the completed email.

There are two methods for adjusting the content of emails sent by DocuSign to recipients:

1. Utilize the `emailBlurb` parameter within the `envelopeDefinition` object. This approach allows for modifying specific elements of the email message for each envelope but comes with limitations on the extent of customization.

2. Modify the email resources file associated with your account. Unlike the first option, this method applies changes account-wide rather than per-envelope, offering greater flexibility in customizing the overall appearance and content of emails.

https://stackoverflow.com/questions/21346903/can-we-customize-the-docusign-response-email-blurbcontent-at-runtime-on-each-e


Hi @BGK,

 

I hope you are doing well.

 

I would like to confirm if you were able to solve your issue by utilizing the solution that was suggested or if the information that was provided was useful.

 

If so, please mark it as the best answer by clicking “Select as Best” to make it easier for other users to find.

 

Otherwise, feel free to let me know and I will gladly help you address the situation as soon as possible.

 

Best regards,

 

Christopher | DocuSign Community Moderator

"Select as Best" below if you find the answer a valid solution to your issue.


Since there is no option to modify or extract a substring out of Data:emailblurb within resource file, I just did a work around. In the emailblurb, I am just sending the text which will remain constant across different scenarios like, send/resend/complete and the remaining text I’m hardcoding it within the resource file.


Reply