{% extends "base.html" %} {% block content %}
Redirect the user to the DocuSign web tool.
Use this API call to open the DocuSign web tool, the NDSE (New DocuSign Signing Experience), with the user already logged in.
The starting view can be either an envelope's documents or the web tool's front page.
The user does not necessarily return from the NDSE, so using this API call is often a final step for your application. Or you can open the NDSE in a new tab for the user.
{% if show_doc %}Documentation about this example.
{% endif %}API method used: EnvelopeViews::createConsole.
View source file {{ source_file }} on GitHub.
{% if not envelope_ok %}Optional: to use the Envelope's document view please first create an envelope using example 2.
{% endif %} {% endblock %}