Give us feedback
docusign2-1apis
Service icon

DocuSign 2.1 APIs

Stable version 1.0.6 (Compatible with OutSystems 11)
Uploaded on 27 July 2022 by 
5.0
 (3 ratings)
docusign2-1apis

DocuSign 2.1 APIs

Details
This DocuSign connector extends the great work already done by Upresh Tikam. I have extended his connector to allow you to embed the eSignature in-app. Original connector here: https://www.outsystems.com/forge/component-overview/8292/docusign-v2-0-and-v2-1
Read more

This component allows developers to create, manage, send and embed eSignatures using DocuSign services with version 2.1.

Following are the actions user can use to integration the DocuSign services:

  • Authentication: This action allow developers to get logic information for a specified user.
  • CreateandSendEnvelope: This action is used to create and send envelope for electronic signature
  • CreateandSendEnvelopeCustomBody: This action is used to create and send envelope for electronic signature, the difference from CreateandSendEnvelope is, it allows developers to create and pass customised request as an input
  • DownloadDocument: This action can be used to download document for specified envelope id.
  • GenerateXDocuSignAuthenticationKey: This is a utility action used to create XDocuSignAuthenticationKey required in all other actions. It takes Username, Password and IntegrationKey as in input. For more information to fetch this details refer https://developers.docusign.com/esign-rest-api/guides/building-integration/
  • GetAuditEvents: List all the audit events for the specified envelope
  • GetEnvelopeStatus: Fetches the status for specified envelope
  • ListDocuments: List all the documents in specified envelope
  • ListEnvelopes: List all the envelopes for specified account id
  • UpdateDocument: Allows user to update an existing document
  • UpdateDocumentCustomBody: Same as above, difference is that developer can pass customised JSON as an input
  • UpdateEnvelope: Allows user to update an existing envelope
  • UpdateEnvelopeCustomBody: Same as above, difference is that developer can pass customised JSON as an input
Release notes (1.0.6)
  • Added missing descriptions to public elements;
  • Fix bug in demo app, for more details click here.
Reviews (2)
2021-11-11
in version 1.0.0
Usefull feature made easy
2021-01-15
in version 1.0.0
Very useful component for out customers! For demo app running with Chrome simulator there was small change I had to add to make sure the return url is correct.