This resource is used to send faxes through the etherFAX network to a destination fax number (or etherFAX endpoint).

Log in to see full request history

The following parameters are supported when performing a POST operation to the outbox controller. If you are using the urlencoded form of this function (Content-Type: application/x-www-form-urlencoded), each parameter must be URL encoded in the post data associated with the HTTP request.

Remarks

After the POST operation, the etherFAX service will respond with an abbreviated FaxStatus response indicating whether the fax operation was successfully submitted to the etherFAX network. A FaxResult lt value of InProgress indicates that that the fax has been accepted and a unique identifier has been assigned to the event. All events within the etherFAX network have globally unique identifiers assigned for their lifetime. These are also known as GUIDs.

All fax images presented for transmission should conform to the TIFF-F minimum baseline (see TIFF specification). For best results, only submit fax images that are bi-tonal (black & white), have a standard fax width of 1728 pixels and are roughly 200x200 (fine) or 200x100 (coarse) dots per inch (resolution).

etherFAX also supports PDF and SENx (encrypted) documents.

Note, each etherFAX account is configured with a maximum number of ports (channels) to limit the number of outbound fax operations. If the number of active channels exceeds this configuration, the fax event will be rejected with a FaxResult value of NoChannelsAvailable.

  • See FaxResult section for explanation of the FaxResult values.

Header Strings

The HeaderString parameter supports the following keywords and optional formatting:

KeywordDescription
{date}Shows current date adjusted to account's local time zone.
{date:format}Shows current date adjusted to account's local time zone with optional formatting.
{time}Shows current time adjusted to account's local time zone.
{time:format}Shows current time adjusted to account's local time zone with optional formatting.
{utcdate}Shows the current date in UTC.
{utcdate:format}Shows the current date in UTC with optional formatting.
{utctime}Shows the current time in UTC
{utctime:format}Shows the current time in UTC with optional formatting.
{csid}
{from}
Shows the sender CSID's (Call Subscriber Identification) information.
{number}
{to}
Shows the destination fax number.
{page}Shows the current page number.
{pages}Shows the current page number and total pages in fax. This is equivalent to using: "{page} / {total}"
{total}Shows the total page count.

Default header used by etherFAX:

Example:

"  {date}  {time}   FROM: {csid}  TO: {number}   P. {page}"

Output:

"  05/06/2014  08:46 AM   FROM: etherFAX, LLC  TO: +18005551234    P. 1"

Example using date formatting:

Example:

"  {date:d-MMM-yyyy}  {time}   FROM: {csid}  TO: {number}   P. {page}"

Output:

"  6-May-2014  08:46 AM   FROM: etherFAX, LLC  TO: +18005551234    P. 1"

Note: It is best to leave 2 spaces at the beginning of the header string to avoid the header starting too close to the left edge of the page.

Body Params
string

Specifies the number to be dialed. This may be a long distance human readable number or E.164 (+18005551234) format.

string

(Optional) Sets the fax id (CSID) for the send request. This is the fax CSID displayed by the remote fax system. This field supports up to 21 characters.

string

(Optional) Sets the caller id for this send request. Where possible, this number will appear as the calling party/id to the remote system. For maximum effectiveness within carrier networks, a "toll" DID is highly recommended.

int32

Specifies the total number of pages in the fax image file.

string

Specifies the time zone offset of the originator. This value is used to maintain the local time of the originator in the fax header (i.e. -5 for Eastern Standard Time).

string

Tag (Optional) Sets a user defined string associated with the fax request. This string will appear in FaxStatus responses making it easier for applications to track their fax messages. This field supports up to 64 characters.

string

Contains the base64 encoded string representing the binary image data (tiff, pdf or other supported document format).

string

Specifies the header format string displayed at the top of each page of this fax job. Keywords and examples are shown below.

string

Specifies the time zone offset of the originator and functions similar to TimeZoneOffset. However, this parameter also supports Linux style time zones such as "America/Chicago", "America/New_York", etc. Using this parameter overrides the TimeZoneOffset value (if specified) and automatically adjusts for daylight savings for the time zone.

Responses

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json