POST
/
accounts
/
{user_id}
/
outbox

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Path Parameters

user_id
string
default:
self
required

self or user id of a corporate member

Body

application/json

Model for creating new outbound fax

files
string[]
required

List of file names to send. Files should be uploaded beforehand.

from
string
required

Number to use for sending the fax

to
string[]
required

List of fax destination numbers

comment
object

Comment to set for the fax job

cover_page
object

Fax cover page

options
object

Additional configuration for sending a fax

return_ids
boolean
default:
false

Return scheduled fax IDs to use for tracking and with webhooks

send_time
string

Date when to send the fax. Format: YYYY-MM-DD HH:mm:ss +HHMM

Response

201 - application/json

Send fax handle response, will contain Destination-to-ID mapping if the corresponding flag was provided

ids
object

Destination-to-ID mapping