/dropbox-sign-fax | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
dropbox_sign_fax_delete | Delete Fax |
dropbox_sign_fax_files | Download Fax Files |
dropbox_sign_fax_get | Get Fax |
dropbox_sign_fax_line_add_user | Add Fax Line User |
dropbox_sign_fax_line_area_code_get | Get Available Fax Line Area Codes |
dropbox_sign_fax_line_create | Purchase Fax Line |
dropbox_sign_fax_line_delete | Delete Fax Line |
dropbox_sign_fax_line_get | Get Fax Line |
dropbox_sign_fax_line_list | List Fax Lines |
dropbox_sign_fax_line_remove_user | Remove Fax Line Access |
dropbox_sign_fax_list | Lists Faxes |
dropbox_sign_fax_send | Send Fax |
dropbox_sign_fax_delete
Delete Fax Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fax_id | string | Yes | — | Fax ID |
dropbox_sign_fax_files
Download Fax Files Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fax_id | string | Yes | — | Fax ID |
dropbox_sign_fax_get
Get Fax Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fax_id | string | Yes | — | Fax ID |
dropbox_sign_fax_line_add_user
Add Fax Line User Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | string | No | — | Account ID |
email_address | string | No | — | Email address |
number | string | Yes | — | The Fax Line number |
dropbox_sign_fax_line_area_code_get
Get Available Fax Line Area Codes Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
country | string | Yes | — | Filter area codes by country |
state | string | No | — | Filter area codes by state |
province | string | No | — | Filter area codes by province |
city | string | No | — | Filter area codes by city |
dropbox_sign_fax_line_create
Purchase Fax Line Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | string | No | — | Account ID of the account that will be assigned this new Fax Line |
area_code | integer | Yes | — | Area code of the new Fax Line |
city | string | No | — | City of the area code |
country | string | Yes | — | Country of the area code |
dropbox_sign_fax_line_delete
Delete Fax Line Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
number | string | Yes | — | The Fax Line number |
dropbox_sign_fax_line_get
Get Fax Line Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
number | string | Yes | — | The Fax Line number |
dropbox_sign_fax_line_list
List Fax Lines Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | string | No | — | Account ID |
page | integer | No | — | Which page number of the Fax Line List to return. Defaults to 1. |
page_size | integer | No | — | Number of objects to be returned per page. Must be between 1 and 100. Default is 20. |
show_team_lines | boolean | No | — | Include Fax Lines belonging to team members in the list |
dropbox_sign_fax_line_remove_user
Remove Fax Line Access Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | string | No | — | Account ID of the user to remove access |
email_address | string | No | — | Email address of the user to remove access |
number | string | Yes | — | The Fax Line number |
dropbox_sign_fax_list
Lists Faxes Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Which page number of the Fax List to return. Defaults to 1. |
page_size | integer | No | — | Number of objects to be returned per page. Must be between 1 and 100. Default is 20. |
dropbox_sign_fax_send
Send Fax Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
cover_page_from | string | No | — | Fax cover page sender information |
cover_page_message | string | No | — | Fax Cover Page Message |
cover_page_to | string | No | — | Fax cover page recipient information |
file_urls | string[] | No | — | Use file_urls[] to have Dropbox Fax download the file(s) to fax This endpoint requires either files or file_urls[], but not both. |
files | string[] | No | — | Use files[] to indicate the uploaded file(s) to fax This endpoint requires either files or file_urls[], but not both. |
recipient | string | Yes | — | Recipient of the fax Can be a phone number in E.164 format or email address |
sender | string | No | — | Fax Send From Sender (used only with fax number) |
test_mode | boolean | No | — | API Test Mode Setting |
title | string | No | — | Fax Title |

