Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
β
Authorization
β Authorization
β
Read & write data
β Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | β |
| API unification | β |
| 2-way sync | β |
| Webhooks from Nango on data modifications | β |
| Real-time webhooks from 3rd-party API | π« (time to contribute: <48h) |
| Proxy requests | β |
β
Observability & data quality
β Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | β |
| End-to-end type safety | β |
| Data runtime validation | β |
| OpenTelemetry export | β |
| Slack alerts on errors | β |
| Integration status API | β |
β
Customization
β Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | β |
| Pre-configured pagination | π« (time to contribute: <48h) |
| Pre-configured rate-limit handling | π« (time to contribute: <48h) |
| Per-customer configurations | β |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
create-connect-configuration | Create a Connect webhook configuration to receive envelope event notifications. | Action | π Github |
create-recipient-tabs | Add signature, date, text, checkbox and other tabs to a recipient on a draft envelope. | Action | π Github |
create-recipient-view | Generate an embedded signing URL for a recipient | Action | π Github |
delete-connect-configuration | Delete a Connect webhook configuration | Action | π Github |
delete-envelope-recipients | Remove recipients from a draft envelope. | Action | π Github |
delete-envelope | Move a draft envelope to the recycle bin (soft delete). | Action | π Github |
delete-groups | Delete one or more custom groups | Action | π Github |
get-account-settings | Retrieve all account-level settings and feature flags. | Action | π Github |
get-brand | Retrieve a specific brand by ID. Requires Branding feature (enterprise plans). | Action | π Github |
get-envelope-audit-events | Retrieve the audit trail for an envelope. | Action | π Github |
get-envelope | Retrieve a single envelopeβs metadata. | Action | π Github |
get-template | Retrieve a template by ID including documents, recipients, and tabs. | Action | π Github |
get-user | Retrieve a userβs detailed profile and settings. | Action | π Github |
list-brands | List branding profiles for the account. Requires Branding feature (enterprise plans). | Action | π Github |
list-envelope-documents | List document metadata for an envelope (no binary download). | Action | π Github |
list-envelope-recipients | List all recipients for an envelope. | Action | π Github |
list-folder-envelopes | List envelopes contained in a specific folder. | Action | π Github |
list-folders | List all envelope folders for the authenticated user. | Action | π Github |
list-group-users | List users that belong to a specific group. | Action | π Github |
list-groups | List all account groups. | Action | π Github |
list-recipient-tabs | Retrieve all tabs for a specific recipient in an envelope. | Action | π Github |
list-signing-groups | List signing groups (shared signature groups) for the account. | Action | π Github |
list-template-recipients | List recipient roles defined in a template | Action | π Github |
list-templates | List account templates with optional search and pagination | Action | π Github |
list-users | List account users with optional filters. | Action | π Github |
remove-group-users | Remove users from a group. | Action | π Github |
update-connect-configuration | Update an existing Connect webhook configuration. | Action | π Github |
update-group | Update a groupβs name or permission profile. | Action | π Github |
update-recipient-tabs | Update tabs on a recipient in a draft envelope. | Action | π Github |
update-user | Update a userβs profile or settings. | Action | π Github |
void-envelope | Void a sent envelope that has not yet been completed. | Action | π Github |
custom-fields | Sync account-level custom field definitions (text and list types). | Sync | π Github |
envelopes | Sync envelope metadata incrementally by last-modified date. | Sync | π Github |
folders | Sync envelope folder structure with full-refresh delete tracking. | Sync | π Github |
permission-profiles | Sync account permission profiles with full-refresh delete tracking. | Sync | π Github |
signing-groups | Sync signing groups (shared signature pools) with full-refresh delete tracking. | Sync | π Github |
templates | Sync template metadata with full-refresh delete tracking. | Sync | π Github |
users | Sync account users with full-refresh delete tracking. | Sync | π Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | β | |
| Paid test account | β | |
| Partnership | β | |
| App review | β | |
| Security audit | β |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by [editing this page
](https: //github.com/nangohq/nango/tree/master/docs/integrations/all/docusign-sandbox.mdx)
Useful links
- [How to register an Application ](https: //developers.docusign.com/platform/build-integration/)
- [OAuth-related docs ](https: //developers.docusign.com/platform/auth/authcode)
- [List of OAuth scopes ](https: //developers.docusign.com/platform/auth/reference/scopes)
- [Web API docs (their REST API) ](https: //developers.docusign.com/docs)
Contribute useful links by [editing this page
](https: //github.com/nangohq/nango/tree/master/docs/integrations/all/docusign-sandbox.mdx)
API gotchas
- Use the
docusign-sandboxconfiguration in Nango to test your integration with the [Docusign Developer account ](https: //developers.docusign.com/platform/account/). - Remember, the DocuSign
integration keyis actually the βclient IDβ. Also, youβll need to add a βsecret keyβ when creating your app.

Contribute API gotchas by [editing this page
](https: //github.com/nangohq/nango/tree/master/docs/integrations/all/docusign-sandbox.mdx)