Sending Faxes

The Programmable Fax API allows you to send faxes, view historical faxes and media, and manage fax records in your account.

Each fax you send will require:
  • Either a destination phone number or SIP URI

  • A From number. Either:
          - An Incoming Phone Number (or)
          - An Outgoing Caller ID (Optional for SIP destinations.)

  • A From number. Either:
          - A URL which points to the media that will be sent via fax

HTTP POST

POST /api/2018-08-08/accounts/{ACCOUNT_ID}/fax

Request Parameters
PARAMETERS
DESCRIPTION
to
The phone number (in E.164 format) recipient of the fax.
from
The phone number (in E.164 format) sender of the fax. It must be FoneAPI number.
files
The array representation of pdf files that consist of this fax.
1
2
3
4
5

{
          "success": true,
          "code": 200,
          "data": "Fax queued successfully"
}