Capabilities
The Docusign connector supports automatic account provisioning and deprovisioning.
Every Docusign account must be assigned at least one permission profile. If all other permission profiles are revoked, the account will be automatically assigned the DocuSign Viewer profile, which cannot be revoked.
*By default, signing groups are not synced. Enable the Include Signing Groups setting to sync signing groups. Once enabled, your account must actually have the signing groups feature — ConductorOne doesn’t validate this before letting you turn the setting on, so enabling it without the feature will fail the sync rather than silently sync no signing groups.
**DocuSign CLM (Contract Lifecycle Management) is a separate, separately-licensed DocuSign product. CLM resources are opt-in — enable each CLM resource type in your sync configuration to turn them on. Once enabled, your DocuSign account must have a CLM production subscription and the credential must have been granted the OAuth scopes CLM needs; enabling a CLM resource type without them will fail the sync rather than silently sync no data, since ConductorOne doesn’t validate the underlying subscription before letting you opt in. CLM permission sets and workflow queues sync for visibility only; DocuSign’s CLM API has no endpoint to assign or unassign a permission set, and no endpoint to grant or revoke workflow queue membership (only work-item assign/unassign, which isn’t synced here). CLM workflow queues also require CLM members to be enabled — queues are discovered per member, not via a standalone list endpoint.
Gather Docusign credentials
Configuring the connector requires you to pass in credentials generated in Docusign. Gather these credentials before you move on. The Docusign credentials requirements depend on your chosen hosting method and authentication mode:- Cloud-hosted (production): You’ll use C1’s managed OAuth app. No additional credentials are needed. You can skip this section and go straight to the cloud-hosted setup instructions below.
- Cloud-hosted (demo environment) or Self-hosted: You’ll need to create a Docusign developer app. Go on to the next section.
Create a Docusign app
1
In the Docusign Admin Console, click Add App and Integration Key.
2
Choose a name for your app, such as “C1” and click Create App.
3
On the app configuration screen, carefully copy and save the Client ID (also called an integration key).You’ll be asked to classify the integration key. This choice affects production billing and can’t be changed later. The key is created and used against your own DocuSign account in both hosting modes, so Private custom integration — DocuSign’s description is “used internally by your employees or your customers’ employees” — matches most setups. If you’re going through C1’s Custom App (Demo Environment) field group, you may instead consider Third-party integration key — “using a partner integration that requires your own integration key” — since C1 is the party invoking it on your behalf; confirm with DocuSign which classification fits your situation before proceeding, since it isn’t reversible.
4
Click Add Secret Key, then carefully copy and save the client secret.
5
In the Redirect URI field:
- If you’re configuring a self-hosted connector, enter any URI of your choice (such as http://example.com/callback) and click Add. Nothing needs to be listening at that address — the
--configureflow prints an authorization URL, and after you authorize, DocuSign redirects your browser there; copy thecodeparameter from the resulting (unreachable) URL and paste it when prompted. Whatever value you register here must also be passed as--redirect-uri/BATON_REDIRECT_URI, or the authorization and token exchange will fail. - If you’re configuring a Cloud-hosted (demo environment) connector, enter
https://accounts.conductor.one/oauth/callbackand click Add. C1 completes the OAuth flow through this URL; DocuSign rejects the authorization request if it isn’t registered here.
6
Under Authentication, enable Authorization Code Grant.
7
Click Save at the bottom of the page.
Generate an OAuth refresh token
1
Configure the Docusign connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Docusign connector is now pulling access data into C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Docusign v2 and click Add.
3
Choose how to set up the new Docusign connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Choose your authentication method:
- OAuth Authentication (default) — connects to DocuSign’s production environment using C1’s managed OAuth app. No additional credentials required.
- Custom App (Demo Environment) — connects to DocuSign’s demo environment (
account-d.docusign.com) using your own DocuSign developer app. See Create a Docusign app above to obtain your credentials.
8
If you selected Custom App (Demo Environment): Enter the Client ID and Client Secret from your DocuSign developer app.
9
Optional. Click to Sync signing groups, if your account has the feature enabled and you’d like to sync them.
10
Optional. If your organization has multiple DocuSign accounts under the same tenant, enter the API Account ID (UUID) of the account you want to sync. Leave blank to use your default account. To sync multiple accounts, create a separate connector for each one.
11
Click Login with OAuth.
12
Log in and authorize C1 with your Docusign instance.
13
After authorizing, you’ll be redirected back to the C1 integrations page, where an “Authorized as” message is now printed.
14
Click Save.
15
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.