I want to send emails to different users in different countries by using the Docusign API.
For each signer the body and subject are changed by the "emailNotification"
EmailNotification = new RecipientEmailNotification
{
"emailSubject" : "SomeText",
"emailBlurb" : "SomeText",
"SupportedLanguage": "TwoLetterCountry"
}
When the user opens the document, all the items are in the correct language. However, the mail that has been send to the user still contains items in english. For instance "(User) sent you a document to review and sign" (The subject and body are what they are suppose to be).
Is the emailNotification suppose to change the country settings of just the document or can it also change the email language?
Turns out, the algorithm used to determine the language for emails to the signers is complicated.
There is some documentation on the subject.
In addition:
The DocuSign eSignature product looks at the following settings and inputs when determining language for emails:
SupportedLanguage
field),So if it isn't working, I'd check: