Send Fax

post/fax/send

Action to prepare and send a fax

Securityapi_key
Request
Request Body schema:
required
recipient
required
string

Fax Send To Recipient

sender
string

Fax Send From Sender (used only with fax number)

files
Array of strings <binary>

Fax File to Send

file_urls
Array of strings

Fax File URL to Send

test_mode
boolean
Default: false

API Test Mode Setting

cover_page_to
string

Fax Cover Page for Recipient

cover_page_from
string

Fax Cover Page for Sender

cover_page_message
string

Fax Cover Page Message

title
string

Fax Title

Responses
200

successful operation

4XX

failed_operation

Request samples
{}
Response samples
application/json
{
  • "fax": {
    }
}