> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox Sign

> Dropbox Sign (formerly HelloSign) offers electronic signature and document workflow solutions, simplifying how businesses collect legally binding signatures online

Dropbox Sign (formerly HelloSign) offers electronic signature and document workflow solutions, simplifying how businesses collect legally binding signatures online

`dropbox-sign` · **56 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth dropbox-sign
run auth dropbox-sign --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run dropbox-sign          # common commands
run dropbox-sign --all    # every command
```

```ts theme={"theme":"github-dark"}
import { dropboxSign } from "@boxd/run";
```

## Common tools

| Tool                                              | What it does                                                                                                                  |
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `cancel-signature-request`                        | Cancels an incomplete signature request. Use when you need to cancel a pending signature request that has not been completed. |
| `create-embedded-signature-request`               | Tool to create an embedded signature request for signing in an iFrame.                                                        |
| `create-embedded-signature-request-with-template` | Tool to create an embedded signature request based on a template.                                                             |
| `create-template`                                 | Tool to create a reusable template for document signing workflows.                                                            |
| `get-signature-request-files-as-data-uri`         | Tool to download signature request files as a base64-encoded data URI.                                                        |
| `get-signature-request-files-as-file-url`         | Retrieves a copy of the current documents and returns a JSON object with a URL to the file (PDFs only).                       |
| `get-template-files-as-data-uri`                  | Tool to retrieve template documents as base64-encoded data URI.                                                               |
| `get-template-files-as-file-url`                  | Tool to retrieve a copy of template documents and return a JSON object with a URL to the file (PDFs only).                    |
| `send-signature-request`                          | Tool to create and send a new signature request with documents.                                                               |
| `update-signature-request`                        | Updates the email address and/or name for a specific signer on a signature request.                                           |
| `update-template-files`                           | Tool to update files for an existing template. Overlays new files with the overlay of an existing template.                   |

<Accordion title="All 56 tools" icon="list">
  | Tool                                              | What it does                                                                                                                                                       |
  | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | `add-user-to-team`                                | Tool to invite a user to your Team. Use when you need to add a member by email or account ID.                                                                      |
  | `add-user-to-template`                            | Tool to grant a specified account access to a template. Use when you need to share a template with another user after confirming template and account identifiers. |
  | `bulk-create-embedded-sig-req-with-template`      | Tool to create a BulkSendJob for embedded templated signature requests.                                                                                            |
  | `bulk-send-with-template`                         | Tool to create a BulkSendJob for templated signature requests.                                                                                                     |
  | `cancel-signature-request`                        | Cancels an incomplete signature request. Use when you need to cancel a pending signature request that has not been completed.                                      |
  | `create-account`                                  | Tool to create a new Dropbox Sign account associated with a specified email address.                                                                               |
  | `create-api-app`                                  | Tool to create a new Dropbox Sign API App. Use when you need to register a new application for API integration.                                                    |
  | `create-embedded-signature-request`               | Tool to create an embedded signature request for signing in an iFrame.                                                                                             |
  | `create-embedded-signature-request-with-template` | Tool to create an embedded signature request based on a template.                                                                                                  |
  | `create-embedded-template-draft`                  | Tool to create an embedded template draft. Use when initiating an embedded template workflow where users can edit the template in an iframe before finalizing it.  |
  | `create-embedded-unclaimed-draft-with-template`   | Tool to create an embedded unclaimed draft using saved templates.                                                                                                  |
  | `create-report`                                   | Request creation of CSV report(s) for a specified date range.                                                                                                      |
  | `create-template`                                 | Tool to create a reusable template for document signing workflows.                                                                                                 |
  | `create-unclaimed-draft`                          | Tool to create an unclaimed draft that can be claimed via a unique URL.                                                                                            |
  | `delete-api-app`                                  | Tool to delete an API App from your Dropbox Sign account by its client\_id.                                                                                        |
  | `delete-fax`                                      | Tool to delete a fax from the system by its fax\_id. Use when you need to remove a fax from Dropbox Sign.                                                          |
  | `delete-template`                                 | Permanently deletes a template from your Dropbox Sign account by its template\_id.                                                                                 |
  | `download-signature-request-files`                | Download files for a signature request as PDF (merged) or ZIP (individual documents).                                                                              |
  | `edit-and-resend-embedded-signature-request`      | Tool to edit and resend an embedded signature request. Use when you need to modify and restart the embedded signing flow for an existing request.                  |
  | `edit-and-resend-signature-request`               | Edits and resends an existing non-templated signature request with updated documents, signers, or settings.                                                        |
  | `edit-and-resend-unclaimed-draft`                 | Tool to edit and resend a previously created unclaimed draft.                                                                                                      |
  | `edit-resend-embedded-signature-request-template` | Tool to edit and resend an embedded signature request using templates.                                                                                             |
  | `get-account`                                     | Retrieves detailed information about a Dropbox Sign account including quotas, payment status, and settings.                                                        |
  | `get-api-app`                                     | Tool to retrieve information about an API App by its client ID.                                                                                                    |
  | `get-bulk-send-job`                               | Tool to retrieve the status of a bulk send job. Use when you need up-to-date job progress and request details.                                                     |
  | `get-current-team`                                | Tool to get the current team membership status and details. Use when you need to check if the authenticated user is part of a team and retrieve team information.  |
  | `get-embedded-sign-url`                           | Retrieves an embedded signing URL for a specific signer's signature.                                                                                               |
  | `get-embedded-template-edit-url`                  | Tool to generate an edit URL for embedded template editing. Use after selecting or uploading a template to allow users to modify it in an iframe.                  |
  | `get-fax-line-area-codes`                         | Tool to retrieve available fax line area codes for a given country, state/province, and city.                                                                      |
  | `get-signature-request`                           | Retrieves the current status and complete details of a signature request by ID.                                                                                    |
  | `get-signature-request-files-as-data-uri`         | Tool to download signature request files as a base64-encoded data URI.                                                                                             |
  | `get-signature-request-files-as-file-url`         | Retrieves a copy of the current documents and returns a JSON object with a URL to the file (PDFs only).                                                            |
  | `get-team-info`                                   | Retrieves information about a Dropbox Sign team, including team name, member count, and sub-team count.                                                            |
  | `get-template`                                    | Tool to return the specified template. Use when you need to fetch full template details by ID.                                                                     |
  | `get-template-files`                              | Tool to download documents associated with a template. Use after confirming the template is created; returns a PDF or ZIP archive of the documents.                |
  | `get-template-files-as-data-uri`                  | Tool to retrieve template documents as base64-encoded data URI.                                                                                                    |
  | `get-template-files-as-file-url`                  | Tool to retrieve a copy of template documents and return a JSON object with a URL to the file (PDFs only).                                                         |
  | `list-api-apps`                                   | Tool to list API Apps. Use when you need to retrieve a paginated list of API Apps accessible to your account.                                                      |
  | `list-bulk-send-jobs`                             | Tool to list bulk send jobs. Use when you need to retrieve all bulk send job summaries the authenticated user can access.                                          |
  | `list-faxes`                                      | Tool to list faxes and their properties. Use when you need to retrieve paginated faxes with information about transmissions and status.                            |
  | `list-fax-lines`                                  | Tool to list fax lines and their properties. Use when you need to retrieve available fax lines for an account, optionally paging or including team lines.          |
  | `list-signature-requests`                         | Tool to list signature requests. Use when you need to retrieve paginated signature requests with optional filters.                                                 |
  | `list-sub-teams`                                  | Lists all sub-teams belonging to a parent team with pagination support.                                                                                            |
  | `list-team-members`                               | Lists all members and their roles for a specific team. Returns a paginated list of team members with their account IDs, email addresses, and roles.                |
  | `list-teams`                                      | Lists all Dropbox Sign teams accessible to the authenticated user, including the current team and its sub-teams.                                                   |
  | `list-templates`                                  | Tool to list templates. Use when you need to retrieve a paginated list of templates accessible to your account.                                                    |
  | `o-auth-authorize`                                | Tool to generate an OAuth authorization URL. Use before directing the user to grant access.                                                                        |
  | `release-signature-request-hold`                  | Release a held signature request to send it to signers. Use this when a signature request was created from an unclaimed draft with hold\_request=true...           |
  | `remove-user-from-template`                       | Tool to remove an account's access to a template. Use when you need to revoke a user's permission on a template after confirming template ID and target account.   |
  | `send-signature-request`                          | Tool to create and send a new signature request with documents.                                                                                                    |
  | `send-signature-request-reminder`                 | Sends an email reminder to a signer about a pending signature request.                                                                                             |
  | `update-account`                                  | Tool to update Dropbox Sign account properties and settings.                                                                                                       |
  | `update-api-app`                                  | Tool to update an existing API App in Dropbox Sign. Use when you need to modify API App settings such as name, callback URL, domains, OAuth...                     |
  | `update-signature-request`                        | Updates the email address and/or name for a specific signer on a signature request.                                                                                |
  | `update-template-files`                           | Tool to update files for an existing template. Overlays new files with the overlay of an existing template.                                                        |
  | `verify-account`                                  | Tool to verify whether a Dropbox Sign account exists for the given email.                                                                                          |
</Accordion>

[Open Dropbox Sign in the console →](https://app.boxd.sh/integrations/detail/dropbox_sign)
