docusign / code-examples-node

Node.js code examples and launcher
https://developers.docusign.com/
MIT License
62 stars 52 forks source link

Redirect to Template creation through docusign UI from another app #48

Open SiddheshKukade opened 1 year ago

SiddheshKukade commented 1 year ago

How can I redirect my user to template creation page of the docusign web UI to create his template and then he'll redirect again to my app and can send them to anyone

Yara-Khalil-DS commented 1 year ago

To redirect a user to The DocuSign UI to create templates or envelopes, then you want embed the DocuSign UI in your app, Creating a console view enables you to load the DocuSign UI within your application, providing the same options and functionality as if you were logged in to your demo account. You can choose to load either the UI's front page or a view of a specific envelope's documents as the starting page.

Step 1: Obtain your OAuth toke Step 2. Create the console view request

Please use this link for all the details and code examples in your preferred programming language on how to embed the DocuSign UI in your app: https://developers.docusign.com/docs/esign-rest-api/how-to/embed-ui/

pillalamarri commented 1 year ago
AuthEroor
pillalamarri commented 1 year ago

Please help me it is useful. Could you please help me

InbarGazit commented 1 year ago

Which code are you running? where did you get the React code from?