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.
Is there anyway to skip authentication everytime ? like signle time permisision grant !
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)
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
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”
}
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