I'm attempting to create a hyperlink on an email template that when clicked will download my completed docusign document. So far I've attempted the following, but have been unsuccessful:
{::Documents::doc_url::}
{::Documents::filename::}
{::Documents::file_extension::}
{::href_link::Documents::docusign_status_envelopes_downloaded::name::}
{::href_link::Documents::name::}
{::href_link::Documents::docusign_status_envelopes_downloaded::envelope_id::}
{::href_link::Documents::sugar_document_id::}
{::href_link::Documents::filename::}
Most of these will just link back to suger where I am then able to click on another hyperlink to download the document, but I wanted to eliminate that step.
Please advise on any steps I should take for this to work. Thank you!
en.. I think all those download actions requests the authentication. That might be the problem.