Skip to main content
This is an updated and improved version of the Docusign connector! If you’re setting up Docusign with C1 for the first time, you’re in the right place.

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, if your account has the feature enabled. **DocuSign CLM (Contract Lifecycle Management) is a separate, separately-licensed DocuSign product. CLM resource types are opt-in: they appear in the connector’s Capabilities & configuration panel and default to Off. You must individually enable each CLM resource type before it will sync. Accounts without a CLM subscription will see these resource types listed but syncing them will have no effect. CLM permission sets sync for visibility only; DocuSign’s CLM API has no endpoint to assign or unassign one.
If you use OAuth Authentication (the default, managed method), syncing CLM data requires ConductorOne’s managed OAuth app to be granted the CLM API scopes on the platform side. If CLM data doesn’t appear after enabling the CLM resource types, contact ConductorOne. This doesn’t apply to Custom App (Demo Environment), where the connector requests the CLM scopes directly using your own DocuSign app credentials.

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

A user with access to the Docusign Admin console must perform this task.
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. When prompted for an integration key classification, select Private custom integration — this is the correct choice for an integration used internally by your organization. This classification cannot be changed later. See DocuSign’s integration key classifications for details.
3
On the app configuration screen, carefully copy and save the Client ID (also called an integration key).
4
Click Add Secret Key, then carefully copy and save the client secret.
5
In the Redirect URI field, enter the appropriate URI and click Add:
  • Cloud-hosted (Custom App): Enter https://accounts.conductor.one/oauth/callback. This is C1’s OAuth callback URL and must match exactly for the OAuth flow to complete.
  • Self-hosted: Enter any URI of your choice (such as http://example.com/callback). The self-hosted connector’s --configure command does not serve this URI — it prints an authorization URL for you to open in your browser and then prompts you to paste the authorization code from the browser’s address bar. The URI you enter here must match the --redirect-uri flag you pass to the connector.
6
Under Authentication, enable Authorization Code Grant.
7
Click Save at the bottom of the page.

Generate an OAuth refresh token

Done. Next, move on to the connector configuration instructions.

Configure the Docusign connector

To complete this task, you’ll need the Connector Administrator or Super Administrator role in C1 and the relevant set of permissions on your Docusign account:
  • To sync access data (READ): Read users, groups, and permissions.
  • To sync access data and provision accounts (READ/WRITE): Create users plus read users, groups, and permissions.
  • To sync CLM data: your DocuSign account needs a CLM production subscription, and the credential used must have read (and, for folder security and CLM group provisioning, write) access to CLM folders, groups, and members.
Follow these instructions to use a built-in, no-code connector hosted by 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 desired.
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.
Do not change the API Account ID to a different account on a connector that is already syncing. Doing so will cause all previously synced resources to be treated as deleted and all sync history will be lost. If you need to sync a different account, create a new connector instead.
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.
Done. Your Docusign connector is now pulling access data into C1.