Need to use docusign into web application without showing docusign url

459 views Asked by At

We are using DocuSign Toolkit to generate a DocuSign envelope and getting the URL for that envelope id. Can you please suggest which one I can use for my application. which event we can capture for FINISH button click.

I am using embed tag to show the DocuSign URL page. I am using nodejs.

1

There are 1 answers

12
Inbar Gazit On

Here is an example of an app that is doing this - https://mysure.sampleapps.docusign.com/ It's using an iframe. If this works for you - you can use the code from GitHub, but seems like you're 90% there already - you just need a full screen iframe where the URL is hosted...