Fax

Send Fax

Action to prepare and send a fax

post/fax/send

Request body

recipientstring required

Fax Send To Recipient

senderstring

Fax Send From Sender (used only with fax number)

filesstring[]

Fax File to Send

file_urlsstring[]

Fax File URL to Send

test_modeboolean

API Test Mode Setting

cover_page_tostring

Fax Cover Page for Recipient

cover_page_fromstring

Fax Cover Page for Sender

cover_page_messagestring

Fax Cover Page Message

titlestring

Fax Title

Example request

{
  "recipient": "recipient@example.com",
  "sender": "sender@example.com",
  "cover_page_to": "Recipient Name",
  "cover_page_from": "Sender Name",
  "cover_page_message": "Please find the attached documents.",
  "title": "Fax Title"
}

Response

successful operation

Changes