Skip to main content

Hi!

In my Microsoft Custom Connector, I am using https://docusign.net/restapi/v2.1/accounts/1500/envelopes/{envelopeID}/views/sender as my request URL and it takes me to this page:

 

URL: https://apps.docusign.com/send/prepare/114937d7-2643-4a12-aa4e6f959c/add-fields

 

However, I am in need of my request URL to access the page before that one:

URL: https://apps.docusign.com/send/prepare/114937d7-2643-4a12-aa4e6f959c/

 

In the body of that post, you need to specify the startingScreen as “Prepare”. https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createsender/


Reply