Dropbox SignDropbox Sign eSignature API
POST/fax/send
Send Fax
Creates and sends a new Fax with the submitted file(s)
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
faxSend- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
No URL, query, or header parameters.
Request body
FaxSendRequestrequired
Content-Type: application/json, multipart/form-data
Properties: recipientsenderfilesfile_urlstest_modecover_page_tocover_page_fromcover_page_messagetitle
{
"recipient": "recipient@example.com",
"sender": "sender@example.com",
"files": [
{}
],
"file_urls": [
"https://example.com/resource"
],
"test_mode": false,
"cover_page_to": "Recipient Name",
"cover_page_from": "Sender Name",
"cover_page_message": "Please find the attached documents."
}Responses
200
FaxGetResponseapplication/json
successful operation
Properties: faxwarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"fax": {
"fax_id": "example-fax-id",
"title": "Example document",
"original_title": "Example document",
"subject": "Example document",
"message": "Example message",
"metadata": {},
"created_at": 0
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}