I succesfully make my customer sign an elastictemplate contract on my website using the docusign given js code in docusign backoffice
<script src="https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js"></script>
<script>
docuSignClick.Clickwrap.render({ xxxxxx})
<script>
My customers don't need a docusign account for agree the contract Now, how can i generate the link so that the customer can download the signed contract later
my customer
I saw in the docusign documentation a call to /clickapi/v1/accounts/{accountId}/clickwraps/{clickwrapId}/agreements/{agreementId}/download
But this need to ask docusign API for a token. I don't want that for my customers
Any help will be apreciate
Sorry for my english
source https://stackoverflow.com/questions/75866764/download-docusign-clickwrap-agreement-without-oauth
No comments:
Post a Comment