Dropbox Sign integration (Productivity). Imported from open-connector.
https://api.hellosign.com/v3/account
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | optional | The Dropbox Sign account ID to retrieve. |
| emailAddress | string | optional | The email address of the Dropbox Sign account to retrieve. |
/signature_request/list
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | optional | The Dropbox Sign account ID to list resources for. Use all to include all team … |
| page | integer | optional | The page number to return. Dropbox Sign defaults to 1. |
| pageSize | integer | optional | The number of objects per page. Dropbox Sign supports 1 through 100. |
| query | string | optional | Search terms or field filters accepted by Dropbox Sign search. |
/signature_request/{signatureRequestId}
| Param | Type | Required | Description |
|---|---|---|---|
| signatureRequestId | string | required | The Dropbox Sign signature request ID. |
/template/list
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | optional | The Dropbox Sign account ID to list resources for. Use all to include all team … |
| page | integer | optional | The page number to return. Dropbox Sign defaults to 1. |
| pageSize | integer | optional | The number of objects per page. Dropbox Sign supports 1 through 100. |
| query | string | optional | Search terms or field filters accepted by Dropbox Sign search. |
/template/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateId | string | required | The Dropbox Sign template ID. |