This component requires the following environment variables:
OAUTH_KEY
OAUTH_SECRET
The OAuth Key & Secret can be obtained by:
Go to Admin
on the user picture in the top right.API and Keys
from the right hand menu.Integrator Key
should be used as the value for OAUTH_KEY
.Actions
-> Edit
will open a dialog.Secret Keys
can be used as a value for OAUTH_SECRET
.https://{your-tenant-address}/callback/oauth2
under the section Redirect URIs
in order for OAuth to work.Warning: To maintain a smooth experience, we recommend reusing stored credentials where possible. Duplicating secrets across OAuth clients can result in errors and complications.
The technical notes page gives some technical details about DocuSign component like changelog.
Webhook enables the receiving of real-time data updates from DocuSign account. These updates are generated by user transactions as the envelope progresses through actions to completion. The DocuSign Connect Service provides updated information about the status of these transactions and returns updates that include the actual content of document form fields. For example, your application can be notified whenever an individual recipient signs a document or when an envelope is fully signed and completed. Notification messages include information about the current status of the envelope and its recipients. Notification messages can include the envelope’s signed document or documents and additional data.
Allows to create envelope for signing using template in your account. Templates help streamline the sending process when you frequently send the same or similar documents, or send different documents to the same group of people.
Currently component does not support local agents.
To interact with DocuSign platform, this component interacts with the DocuSign REST API (v2).
GET
, POST
/v2/accounts/{accountId}/connect
DELETE
/v2/accounts/{accountId}/connect/{connectId}
POST
/v2/accounts/{accountId}/envelopes
GET
/v2/accounts/{accountId}/envelopes/{envelopeId}
GET
/v2/accounts/{accountId}/templates