I want to use the DocuSign API to send different custom emails to different recipients of the same envelope. I gather this can be done in normal cases using the emailNotification
parameter when creating a signer recipient, but I’m sending custom-branded HTML emails using an email resource file. When I try sending a test envelope with the parameter - "signers":s{..."emailNotification":{"emailBody":"TEST EMAIL BODY","emailSubject":"TEST EMAIL SUBJECT"}}]
- it’s ignored and I get the regular branded email from my resource file.
Is there a way to create separate emails for different recipients of the same envelope while using an email resource file? Should I be able to insert custom text within EnvelopeActivation_HtmlBody
in the resource file using coData:emailnotification.emailbody]]
, or else an Envelope Custom Field or something?