I am trying to add a document to my DocuSign envelope using the REST API.
This document is being added by converting an HTML document to a base64 string and setting this string as the value for the DocumentBase64 property of the document (See https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create/#envelopeDefinition).
My concern is that the HTML document has some links, but those links are not clickable in the DocuSign signing session. Is there any way to allow for links to be clickable/navigatable?