DocuSign Scope integration with UiPath

Hi Can anyone help me with below couple of queries,

AM trying to automate DocuSign sign activity …so by using DocuSIgn scope activity through OAuth2 I can able to create envelope and send to users …but everytime its asking to authenticate in Docusign before proceeding for further.

  1. Is there anyway to skip authentication everytime ? like signle time permisision grant !

  2. Is ther anyway by using UiPath activity to indicate the exact place where recipient needs to sign in the document while sending envelope. (manually we usually do like where user1 needs to sign like the same way)

THanks in advance.

@Rajasekhar_Talasila

There is a way in the doc we can include {{es:signer:signature}} something like this for adobe api only and it would automaticaly be relaced with signature text while sending

For auth try adding this redirect url

Cheers

Thanks anil for your responce.
Yes i have already added redirect Same URI as mentioned in above screenshot.But still everytime whenever we run DocuSign scope it was asking for Authenticate .

I have tried through OAuthJWT as per documentation but getting errors as invalid user grantl ike that. below is the Json file i have used for JWT (replaced whever my account info was there)
{
“typ”: “JWT”,
“alg”: “RS256”,
“iss”: “3662508e-851e-4b16-b5b0-xxxxxxxxxxxx”,
“sub”: “0099b00b-990f-4666-98d7-xxxxxxxxxxxx”,
“aud”: “account-d.docusign.com”,
“scope”: “signature impersonation”,
“privatekey”: “your private key text”
}

@Rajasekhar_Talasila

invalid grant occurs when private key is wrong or the grants added in docu sign are wrong

can you recheck them’

cheers

Hi Anil ,

yes private key have copied after generated in DocuSign integration …given the same in JWT file. Or else did missing anything in below screenshot ? Could you check once pls

@Rajasekhar_Talasila

this is not private key this si auth grant token

now you need to generate rsa below to get private key

check this page and video in it

cheers

@Anil_G actually earlier i have used API account id instead of User id in config json file …Now i have changed that am getting error as below

DocuSign Application Scope: One or more errors occurred. (Error:“consent_required”, Description:“”, Uri:“”)

but am not getting authentication popup in browser to accept consent !

@Rajasekhar_Talasila

please check the above comment

in video it would show how to

cheers

@Anil_G thanks anil
for quick reply.

Yes i have generated RSA key pair and copied private key from there only.

Its lies in between "start private key " “End private key”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.