What it does
DocuSign sends envelopes for e-signature, tracks status, and lists envelopes via the DocuSign eSignature REST API. Uses OAuth2 (Authorization Code grant); the engine resolves your account's REST base URI from /oauth/userinfo on first action call.
Setup
- Create an Authorization Code Grant app in the DocuSign developer console (or production admin).
- Add redirect URI
https://<your-domain>/callback/docusign. - Copy the Integration Key (client_id) and Secret Key (client_secret).
- In FlowFn Admin → Platform Tools → DocuSign, paste Client ID, Client secret, and redirect URI.
- Connect from the FlowFn app and authorize with the
signature+extendedscopes.
Actions
- Send Envelope — one base64-encoded document, signers, status (sent | created). Sign-here tabs are anchored on
/sn1/in the document. - Get Envelope — fetches a single envelope by id.
- List Envelopes — paginated, with from_date and status filters.
Notes
Auth host is hardcoded to account.docusign.com (production). To use the developer sandbox, register a separate platform tool entry with account-d.docusign.com URLs.