UiPath - DocuSign - API

Hi Team,

I want to automate docusign using UiPath. Can anyone suggest me that do we have any API’s to interact with Docusign for signing the doc and upload it without interacting the UI?

Thanks in Advance,
Deepika Y

Hi @Dpuraj

Welcome back to UiPath Forum.

DocuSign is enriched with a huge amount of APIs.

Here is the API eSign:

Upload Document:
https://developers.docusign.com/docs/esign-rest-api/how-to/send-binary/

Hope this will be useful.

Kindly check/test the given solution and close the topic by marking the solving post as ‘solution’

Thank you.

Hi Jobin,

Thanks for your response. I gone through the links which you have provided for attaching the document by requesting signature.

Is there any way to sign the document via API?

Regards,
Deepika Y

Hi @Dpuraj

Please have a look at this.

https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-in-app-embedded/

Thank you