cancel
Showing results for 
Search instead for 
Did you mean: 

SnapLogic and DocuSign Account Setup

mbostrom_dtiq
New Contributor II

I am trying to setup SnapLogic to a DocuSign developer sandbox. I’m following the DocuSign API details which uses REST OAuth2 and I believe I have all the creds I need (client id, secret, token, etc.)

Yet it’s not connecting. I am wondering if instead of using the OAuth endpoint as specified in DocuSign like this:

https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature&client_id=7c2b8d7e-xxxx...

We instead put in part of the URL and use the parameters in the SnapLogic Account setup? Has anyone had success with this?

1 ACCEPTED SOLUTION

mbostrom_dtiq
New Contributor II

for anyone having issues in the future i figured it out. the oauth2 endpoint for docusign = DocuSign

and the oauth2 token is not the generated token its actually the URL = DocuSign

View solution in original post

3 REPLIES 3

mbostrom_dtiq
New Contributor II

for anyone having issues in the future i figured it out. the oauth2 endpoint for docusign = DocuSign

and the oauth2 token is not the generated token its actually the URL = DocuSign

Do you have similar example using JWT tokens for DocuSign?