Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
585 views
in Technique[技术] by (71.8m points)

docusignapi - Can we customize the DocuSign response Email Blurb(Content) at runtime on each envelope?

Can we customize the DocuSign response(Completed/Voided/Declined) Email Blurb(Content) at runtime on each envelope like Envelope Sending Email Blurb using c#?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It's not possible to customize the Email Blurb for DocuSign Completed/Voided/Declined emails at runtime on a per-envelope basis by using the API. However, it is possible to change the contents of the emails that DocuSign sends for various events (i.e., Completed/Voided/Declined) by customizing the "Email Resource File". This guide contains information about how that's done: https://support.docusign.com/en/guides/docusign-email-resource-file-v1-1.

As the guide shows, a different template within the Email Resource file defines the email content for each email event. For example, the Envelope Declined template within the Email Resource File (described on page 30 of the guide) defines the structure/contents of the email that DocuSign sends to recipients when an Envelope is declined.

Keep in mind that a Resource file is associated with a "Brand" -- so if you have multiple (different) scnearios that you want to customize emails for, you could create multiple Brands and customize the Email Resource file for each, and then specify the desired Brand with each envelope you send (which will set email content for that envelope). Doing things like this would give you somewhat "runtime" control over email contents.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...