You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var templateId ='***'; // ID of the Template you want to create the Envelope with
119
-
var templateRoleName ='***'; // Role Name of the Template
118
+
var templateRoleName ='***'; // Role name of the Recipient for the Template
120
119
121
120
var baseUrl ='https://'+ docusignEnv +'.docusign.net/restapi';
122
-
var userId ='YOUR_USER_ID';
123
121
var oAuthBaseUrl ='account-d.docusign.com'; // use account.docusign.com for Live/Production
124
122
var redirectURI ='https://www.docusign.com/api';
125
-
var privateKeyFilename ='keys/docusign_private_key.txt';
123
+
var privateKeyFilename ='keys/docusign_private_key.txt';//path to the file storing the private key from the RSA Keypair associated to the Integrator Key
0 commit comments