Dropbox Sign integration | Zervanor
← All connectors

Dropbox Sign

Also an agent tool
productivity

Dropbox Sign (formerly HelloSign): send documents for e-signature, manage signature requests and reusable templates, embedded signing, teams, accounts, API apps and reports via the Dropbox Sign REST API v3.

44 actions · 1 triggers

The Dropbox Sign integration lets you connect Dropbox Sign to your automations with 44 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: Get Account, Update Account, Create Account, Verify Account, Send Signature Request. No blank-canvas wiring — connect it and use it in your workflows.

Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.

Triggers 1

Events in Dropbox Sign that can start a workflow.

polling

New or updated signature requests (polled)

Polls GET /signature_request/list on a schedule and compares each request's status to detect signings, completions and declines.

Actions 44

What Zervanor can do in Dropbox Sign.

Signature Request13

POST

Send Signature Request

Send a new signature request from one or more documents (POST /signature_request/send). Provide documents via file_urls[] (remote URLs); binary uploads (files[]) are not supported by this connector — see api-reference.

POST

Send Signature Request With Template

Send a signature request built from one or more reusable templates (POST /signature_request/send_with_template).

GET

Get Signature Request

Get the status and details of a signature request (GET /signature_request/{signature_request_id}).

GET

List Signature Requests

List the account's signature requests (GET /signature_request/list). Page-numbered pagination.

PUT

Update Signature Request

Update the email address or name of a signer on an in-progress signature request (PUT /signature_request/update/{signature_request_id}).

POST

Cancel Signature Request

Cancel an incomplete signature request (POST /signature_request/cancel/{signature_request_id}).

POST

Remind Signature Request

Send a reminder email to a signer who has not yet signed (POST /signature_request/remind/{signature_request_id}).

POST

Remove Signature Request Access

Remove your access to a completed signature request (POST /signature_request/remove/{signature_request_id}).

GET

Download Signature Request Files

Get the completed documents for a signature request (GET /signature_request/files/{signature_request_id}). Returns a file (PDF/ZIP) or, with get_url=true, a temporary download URL in JSON.

POST

Create Embedded Signature Request

Create a signature request for embedded signing in your app (POST /signature_request/create_embedded). Provide documents via file_urls[]; requires an API app client_id.

POST

Create Embedded Signature Request With Template

Create an embedded signature request from templates (POST /signature_request/create_embedded_with_template).

POST

Release Signature Request Hold

Release a signature request that is on hold and start the signing flow (POST /signature_request/release_hold/{signature_request_id}).

POST

Bulk Send With Template

Send a signature request to many signers at once from a template (POST /signature_request/bulk_send_with_template). Recipients are supplied via signer_file (CSV upload) or signer_list.

Team6

GET

Get Team

Get the team of the authenticated account (GET /team).

POST

Create Team

Create a new team (POST /team/create).

PUT

Update Team

Update the team's name (PUT /team).

DELETE

Destroy Team

Delete the team (DELETE /team/destroy). Members are removed from the team.

PUT

Add Member To Team

Add or invite a member to the team (PUT /team/add_member).

PUT

Remove Member From Team

Remove a member from the team (PUT /team/remove_member).

Template6

GET

List Templates

List the account's reusable templates (GET /template/list). Page-numbered pagination.

GET

Get Template

Get a reusable template by id (GET /template/{template_id}).

POST

Delete Template

Delete a template (POST /template/delete/{template_id}).

POST

Create Embedded Template Draft

Create an embedded template draft in the template editor (POST /template/create_embedded_draft). Provide documents via file_urls[].

POST

Add User To Template

Give a team member access to a template (POST /template/add_user/{template_id}).

POST

Remove User From Template

Remove a team member's access to a template (POST /template/remove_user/{template_id}).

Api App5

GET

Get API App

Get an API app by client id (GET /api_app/{client_id}).

GET

List API Apps

List the account's API apps (GET /api_app/list). Page-numbered pagination.

POST

Create API App

Create a new API app (POST /api_app). Callback and OAuth settings are supplied in the body.

PUT

Update API App

Update an existing API app (PUT /api_app/{client_id}).

DELETE

Delete API App

Delete an API app (DELETE /api_app/{client_id}).

Account4

GET

Get Account

Get the account for the authenticated API key (GET /account). Identity + connectivity probe.

PUT

Update Account

Update the authenticated account's settings, e.g. its callback_url (PUT /account).

POST

Create Account

Create a new Dropbox Sign account (POST /account/create).

POST

Verify Account

Check whether an account exists for a given email address (POST /account/verify).

Fax Line4

POST

Create Fax Line

Purchase and create a new fax line (POST /fax_line). Requires a fax-capable plan.

GET

Get Fax Line

Get a fax line by number (GET /fax_line?number={number}).

GET

List Fax Lines

List the account's fax lines (GET /fax_line/list). Page-numbered pagination.

DELETE

Delete Fax Line

Release/delete a fax line (DELETE /fax_line).

Unclaimed Draft3

POST

Create Unclaimed Draft

Create an unclaimed draft that can be claimed and sent later (POST /unclaimed_draft/create). Provide documents via file_urls[].

POST

Create Embedded Unclaimed Draft

Create an unclaimed draft for embedded requesting (POST /unclaimed_draft/create_embedded). Provide documents via file_urls[]; requires an API app client_id.

POST

Create Embedded Unclaimed Draft With Template

Create an embedded unclaimed draft from templates (POST /unclaimed_draft/create_embedded_with_template).

Embedded2

GET

Get Embedded Sign URL

Get the embedded signing URL for a signature (GET /embedded/sign_url/{signature_id}).

GET

Get Embedded Edit URL

Get the embedded editing URL for a template (GET /embedded/edit_url/{template_id}).

Report1

POST

Create Report

Request a CSV report to be generated and emailed to the account (POST /report/create).

Automations using Dropbox Sign

Build your own automation with Dropbox Sign in the visual builder.

Frequently asked questions

What can I automate with Dropbox Sign?

44 actions are available — for example: Get Account, Update Account, Create Account, Verify Account, Send Signature Request, and more.

Which Dropbox Sign events can start a workflow?

1 triggers — for example: New or updated signature requests (polled).

Can Dropbox Sign be used as an AI agent tool?

Yes. Every Dropbox Sign action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Dropbox Sign integration modelled?

Dropbox Sign is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.