Reputation: 1150
I am using the DocuSign Embedded Sending interface. In the Email Blurb, I want to add in a link for example:
<a href='http://www.yahoo.com'>Sample Link</a>
However, after the setup, the interface changes the blurb setup from string to HTML and what appears under the DocuSign embedded interface is the following:
<a href='http://www.yahoo.com'>Sample Link </a>
Is there anyway I can escape the special characters for the embedded interface?
Upvotes: 0
Views: 696
Reputation: 13500
I believe it's possible to achieve what you're trying to achieve (i.e., add HTML to email blurb via API), but you'll have to ask DocuSign to enable a setting for your account. The setting you want them to enable is called Allow HTML input in the API
.
Contact either your DocuSign Account Manager (if you have one) or DocuSign Support (if you don't have an Account Manager), to ask that the ability to insert HTML into notification emails be enabled for your DocuSign account (Allow HTML input in the API
). If you contact Support ([email protected]), be sure to provide your account number and tell them which environment (demo or prod) the account resides in.
Upvotes: 2