How To Configure DocuSign Application Scope?

How to configure DocuSign Application Scope?

Issue Description: How to confire DocuSign Application Scope (including where to find the Integrator Key, Base URI, and OAuth token endpoint in the DocuSign Developer Center).

Steps:

  1. Create a developer account on the DocuSign website
  2. Next, add an app to your developer account by accessing Apps and Keys > Add App and Integration Key:

Note: Also find the base URL (highlighted in yellow) - copy it to a Notepad so we can use it in the DocuSign Application Scope activity.

  1. Give a name to your DocuSign app > Create App:

  1. On the new page displayed, spot the Integration key below your app name - copy this to the Notepad as well:

  1. Under the Authentication section on the same page, make the following settings:

Note: View the secret key immediately after creating it, so copy it to the Notepad as well, because it is required to use it as the Client Secret in the Scope.

  1. Now that all the required information is present, go to Studio, download the DocuSign activities package and configure the DocuSign Application Scope:

Auth Type: Oauth2AuthorizationCode

Base URL: Copy the URL found at step 2.

Client ID: This is the Integration Key found at step 4.

Client Secret: This parameter requires a secure string, so create a variable called ClientSecret and assign it the value

(New System.Net.NetworkCredential("", "pasteyourclientsecrethere")).SecurePassword 

Output: Create a variable called DocuSignConnection.

  1. Post run the workflow, a pop-up will appear in your browser to request your consent to perform actions on your behalf - approve it and then start working with the DocuSign activities.

Activities guide: Activities .