Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 30 additions & 15 deletions website/docs/connect-data/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,27 +242,38 @@ Appsmith also supports integration with various Software as a Service (SaaS) pla

<div className="columnGrid column-two" align="center">
<div className="containerCol">
<a href="/connect-data/reference/querying-google-sheets">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/google-sheets.png" alt="Google Sheets"/>
<a href="/connect-data/reference/dropboxsign">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/dropboxsign.png" alt="Dropbox Sign"/>
</a>
</div>
<b><a href="/connect-data/reference/querying-google-sheets">Google Sheets</a></b>
<b><a href="/connect-data/reference/dropboxsign">Dropbox Sign</a></b>
</div>



<div className="columnGrid column-three" align="center">
<div className="containerCol">
<a href="/connect-data/reference/hubspot">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/hubspot2.png" alt="HubSpot"/>
<a href="/connect-data/reference/querying-google-sheets">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/google-sheets.png" alt="Google Sheets"/>
</a>
</div>
<b><a href="/connect-data/reference/hubspot">HubSpot</a></b>
<b><a href="/connect-data/reference/querying-google-sheets">Google Sheets</a></b>
</div>

</div>

<div className="containerGrid">

<div className="columnGrid column-one" align="center">
<div className="containerCol">
<a href="/connect-data/reference/hubspot">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/hubspot2.png" alt="HubSpot"/>
</a>
</div>
<b><a href="/connect-data/reference/hubspot">HubSpot</a></b>
</div>

<div className="columnGrid column-two" align="center">
<div className="containerCol">
<a href="/connect-data/reference/jira">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/jira.png" alt="Jira"/>
Expand All @@ -271,7 +282,7 @@ Appsmith also supports integration with various Software as a Service (SaaS) pla
<b><a href="/connect-data/reference/jira">Jira</a></b>
</div>

<div className="columnGrid column-two" align="center">
<div className="columnGrid column-three" align="center">
<div className="containerCol">
<a href="/connect-data/reference/mixpanel">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/mixpanel.png" alt="Mixpanel"/>
Expand All @@ -280,7 +291,11 @@ Appsmith also supports integration with various Software as a Service (SaaS) pla
<b><a href="/connect-data/reference/mixpanel">Mixpanel</a></b>
</div>

<div className="columnGrid column-three" align="center">
</div>

<div className="containerGrid">

<div className="columnGrid column-one" align="center">
<div className="containerCol">
<a href="/connect-data/reference/salesforce">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/salesforce-logo.svg" alt="Salesforce"/>
Expand All @@ -289,11 +304,7 @@ Appsmith also supports integration with various Software as a Service (SaaS) pla
<b><a href="/connect-data/reference/salesforce">Salesforce</a></b>
</div>

</div>

<div className="containerGrid">

<div className="columnGrid column-one" align="center">
<div className="columnGrid column-two" align="center">
<div className="containerCol">
<a href="/connect-data/reference/slack">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/slack.png" alt="Slack"/>
Expand All @@ -302,7 +313,7 @@ Appsmith also supports integration with various Software as a Service (SaaS) pla
<b><a href="/connect-data/reference/slack">Slack</a></b>
</div>

<div className="columnGrid column-two" align="center">
<div className="columnGrid column-three" align="center">
<div className="containerCol">
<a href="/connect-data/reference/twilio">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/twilio.svg" alt="Twilio"/>
Expand All @@ -311,7 +322,11 @@ Appsmith also supports integration with various Software as a Service (SaaS) pla
<b><a href="/connect-data/reference/twilio">Twilio</a></b>
</div>

<div className="columnGrid column-three" align="center">
</div>

<div className="containerGrid">

<div className="columnGrid column-two" align="center">
<div className="containerCol">
<a href="/connect-data/reference/zendesk">
<img className="containerImage referenceIcon" src="https://assets.appsmith.com/zendesk.png" alt="Zendesk"/>
Expand Down
222 changes: 222 additions & 0 deletions website/docs/connect-data/reference/dropboxsign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
---
title: Dropbox Sign
hide_title: true
---

<!-- vale off -->

<<div className="tag-wrapper">
<h1>Dropbox Sign</h1>

<Tags
tags={[
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
]}
/>

</div>

<!-- vale on -->

Dropbox Sign lets you create, update, and track signature requests without leaving Appsmith. Use these commands to kick off new agreements, resend or edit signer details, search existing requests, and download completed packets directly into your workflows.

## Connect Dropbox Sign

1. Create a new Dropbox Sign datasource in Appsmith and click **Authenticate**.
2. Sign in to your Dropbox Sign account (the flow mirrors GitHub OAuth) and approve Appsmith.
3. After the redirect, click **Test** to confirm the bearer token is stored, then save the datasource for reuse across queries.

No custom scopes or API keys are required—Appsmith keeps the token and refresh details tied to your account connection.

## Query Dropbox Sign

Choose a command from the **Commands** dropdown to configure its fields. Each command returns the JSON response from Dropbox Sign so you can bind it to widgets, save it to a database, or trigger downstream actions.

### Sign Create And Send Signature Request

Creates a new signature request using uploaded file URLs, signer details, and optional email content. The response includes the signature request ID, status, and signer URLs.

#### File Urls `array<string>`
<dd>
Required. Provide an array of file URLs that Dropbox Sign can fetch. Example:
```
["https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"]
```
Ensure every URL is publicly accessible or already shared with Dropbox Sign; otherwise the request will fail with a 400 error.
</dd>

#### Signers `array<object>`
<dd>
Required. Array of signer objects with `email_address`, `name`, and optional `order`.

```json
[
{
"email_address": "jack@example.com"
,
"name": "Jack"
,
"order": 0
}
]
```
Match the number of signers to the document routing you expect. Missing email addresses will prevent the request from sending.
</dd>

#### Title `string`
<dd>
Optional subject line shown inside Dropbox Sign. Use this to distinguish similar agreements or add internal references.
</dd>

#### Subject `string`
<dd>
Optional email subject delivered to signers. Keep it short and identifiable so recipients recognize the message.
</dd>

#### Message `string`
<dd>
Optional email body displayed to all signers. Include instructions or deadlines for clarity. Markdown is not supported; plain text only.
</dd>

#### Cc Emails `array<string>`
<dd>
Optional list of CC recipients who should receive status notifications. Provide an array such as `["legal@example.com"]`.
</dd>

#### Attachments `array<object>`
<dd>
Optional files signers must upload back before completion. Each entry needs a `name` and `signer_index` that matches the signer order.

```json
[
{
"name": "Jack Doe File"
,
"signer_index": 0
}
]
```
</dd>

#### Signing Options `object`
<dd>
Optional configuration for allowed signature creation methods. Example payload:
```
{
draw: true,
type: true,
default_type: "draw"
}
```
Unset fields fall back to the account-level defaults.
</dd>

#### Additional Fields `object`
<dd>
Optional feature flags such as hiding text tags, allowing declines, or overriding expiration. Example:
```
{
hide_text_tags: true,
allow_decline: true,
expires_at: 1672396800
}
```
Timestamps must be Unix epoch seconds.
</dd>

### Sign Update Signature Request

Updates signer metadata or expiration on an existing request. Use this when a signer changes their email or you need to extend deadlines.

#### Signature Request Id `string`
<dd>
Required. The unique ID returned from create/search operations.
</dd>

#### Signature Id `string`
<dd>
Required. Identify the specific signer on the request.
</dd>

#### Email `string`
<dd>
Optional new email for the signer. Provide this or `Name` (or both) when updating contact details.
</dd>

#### Name `string`
<dd>
Optional signer display name. If you only change the name, leave the email blank.
</dd>

#### Expire At `integer`
<dd>
Optional Unix timestamp (seconds) to set a new expiration. Example `1685435660`. Dropbox Sign enforces maximum durations based on your plan.
</dd>

### Sign Get Signature Request By Id

Retrieves the latest status, metadata, and signer URLs for a single request.

#### Signature Request Id `string`
<dd>
Required. Use the ID from the create, search, or update commands to fetch the record.
</dd>

### Sign Search Signature Requests

Searches across requests with optional account, keyword, and pagination filters. Returns paginated collections you can feed into tables or filters.

#### Account Id `string`
<dd>
Optional team member account ID. Use `all` to search across the entire team; leaving it blank defaults to the authenticated account.
</dd>

#### Query `string`
<dd>
Optional free-text search string (for example `"John"`). Dropbox Sign matches signer names, emails, and metadata.
</dd>

#### Pagination Parameters `object`
<dd>
Optional object controlling page size, cursors, or order. Pass the structure expected by the Dropbox Sign API. If omitted, default pagination applies.
</dd>

### Sign Cancel Incomplete Signature Request

Cancels a draft or in-progress request that has not been fully executed. Use this to free up envelopes or stop mistaken sends.

#### Signature Request Id `string`
<dd>
Required. The ID of the incomplete request you want to cancel.
</dd>

### Sign Download Files

Downloads the finalized documents from a signature request. Useful when you need to archive PDFs or preview signatures inside Appsmith.

#### Signature Request Id `string`
<dd>
Required. The completed request to download.
</dd>

#### File Type `string`
<dd>
Optional. Choose the format returned by Dropbox Sign. Current dropdown options: `pdf`. Leave blank to use the default bundle type.
</dd>

### Custom Action

Build any Dropbox Sign REST call manually. The Custom Action form exposes the full HTTP editor so you can target endpoints that are not yet modeled in the command list.

<dd>
1. Pick the HTTP method, path, and query parameters documented in the Dropbox Sign API reference (https://developers.hellosign.com/api/reference/).
2. Use dynamic bindings to include authentication headers—`{{ datasource.authBearerToken }}` is injected automatically.
3. Provide the JSON body or multipart payload, then preview the response before saving.
</dd>

## Troubleshooting

- **Missing or invalid IDs:** Ensure you store `signatureRequestId` and `signatureId` from create/search responses. Requests fail with 404 if these IDs are truncated.
- **Auth prompts reappear:** If the datasource was deleted or credentials expired, re-open the datasource and click **Authenticate** to refresh the bearer token.
- **Payload validation:** Arrays such as `fileUrls`, `signers`, and `attachments` must be valid JSON. Wrap strings in double quotes and confirm timestamps are numeric seconds.
- **Downloads return empty files:** Verify the request has completed signatures; Dropbox Sign only generates files after all required signers finish.
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ const sidebars = {
'connect-data/reference/aws-lambda',
'connect-data/reference/confluence',
'connect-data/reference/dropbox',
'connect-data/reference/dropboxsign',
'connect-data/reference/gmail',
'connect-data/reference/google-docs',
'connect-data/reference/querying-google-sheets',
Expand Down