Dropbox Sign
Connect to your users' Dropbox Sign accounts
Setup Guide
You can find your Dropbox Sign API Key in your Dropbox Sign API Settings.
You'll need the following information to set up your Dropbox Sign App with Paragon Connect:
API Key
Connecting to Dropbox Sign
Once your users have connected their Dropbox Sign account, you can use the Paragon SDK to access the Dropbox Sign API on behalf of connected users.
See the Dropbox Sign REST API documentation for their full API reference.
Any Dropbox Sign API endpoints can be accessed with the Paragon SDK as shown in this example.
Building Dropbox Sign workflows
Once your Dropbox Sign account is connected, you can add steps to perform the following actions:
Create and Send Signature Request
Update Signature Request
Get Signature Request by ID
Search Signature Requests
Cancel Incomplete Signature Request
Download Files
You can also use the Dropbox Sign Request step to access any of Dropbox Sign's API endpoints without the authentication piece.
When creating or updating records in Dropbox Sign, you can reference data from previous steps by typing {{
to invoke the variable menu.
Last updated