E-signature
Dropbox Sign
Send Dropbox Sign (formerly HelloSign) requests from Atlas and attach the completed signed PDF to the deal record.
What this connector does
- Send signature requests from Atlas using saved templates or ad-hoc documents.
- Track signing status on the Atlas agreement timeline.
- Attach the completed PDF and signer certificate to the related Atlas record.
- Listen for signed webhook callbacks.
Before you begin
- You are a Team Admin on Dropbox Sign.
- Your plan allows API access (Standard or higher).
- You have a test account for first validation.
Get your credentials
Open Dropbox Sign API settings
Sign in and open Settings, API. Dropbox Sign API settings
Create an API app
Click Create API App. Name it Atlas Connector.
Set the callback URL
Set Callback URL to https://YOUR-ATLAS-HOST/webhooks/dropbox-sign.
Pick scopes
Select Basic account info, Send signature requests, Read signature requests, and Manage templates.
Copy the client id and secret
Copy Client ID and Secret into the Atlas Dropbox Sign connector settings page.
Required scopes and permissions
basic_account_inforequest_signaturerequest_signature.readtemplate_accessSetup checklist
- Create the provider app in a sandbox or development workspace.
- Add the Atlas redirect URL to the provider app configuration.
- Copy the client id, client secret, or API key.
- Paste the credentials into the Atlas connector settings page.
- Click Connect and complete the provider sign-in screen.
- Run Test connection from the connector page to verify health.
Troubleshooting
invalid_token
Refresh token expired or revoked. Reconnect from Atlas.
callback_failed
Atlas must return Hello API Event Received in the response body. Check the receiver implementation.
plan does not allow API
Upgrade to a Standard plan or higher to enable API access.
Webhooks
Dropbox Sign POSTs JSON event payloads to the callback URL. Atlas validates the event hash.
Events Atlas listens for
- signature_request_sent
- signature_request_viewed
- signature_request_signed
- signature_request_all_signed
Provider docs: https://developers.hellosign.com/docs/events-and-callbacks/
Disconnect and data deletion
- Click Disconnect on the Atlas Dropbox Sign connector page.
- Open Settings, API and delete the Atlas Connector API app.
- Atlas stops sending new signature requests on disconnect.
Once you have the credentials above, paste them into the live connector page to finish connecting Dropbox Sign.
Open the Dropbox Sign connector page