Send DocuSign envelopes from Atlas, track signing status, and attach the completion certificate to the deal record.
Sign in with the admin account. developers.docusign.com
Open Settings, Apps and Keys, Add App and Integration Key. Name it Atlas Connector.
Add https://YOUR-ATLAS-HOST/oauth/callback/docusign to Redirect URIs and save.
Add an RSA keypair and download the private key. Atlas uses JWT auth, so the private key must stay server side.
Copy Integration Key, API Account ID, and User ID into the Atlas DocuSign connector settings page. Paste the private key into the encrypted secret field.
signatureimpersonationextendedconsent_required
JWT auth needs one-time admin consent. Visit account.docusign.com/oauth/auth with the impersonation scope to grant consent.
INVALID_REDIRECT_URI
Add the Atlas callback URL exactly as advertised, including https.
PARTNER_AUTHENTICATION_FAILED
The integration key is from a different environment than the account id. Demo keys do not work with production accounts.
Atlas registers DocuSign Connect listeners per envelope. Each callback is HMAC-signed and validated.
Events Atlas listens for
Provider docs: https://developers.docusign.com/platform/webhooks/connect/
Ready to connect DocuSign?
Paste the credentials you copied above into the live connector page.