POST
/
accounts
/
{user_id}
/
outbox

Authorizations

Authorization
string
headerrequired

OAuth2 Authorization Grant

Path Parameters

user_id
string
default: selfrequired

self or user id of a corporate member

Body

application/json

Model for creating new outbound fax

from
string
required

Number to use for sending the fax

to
string[]
required

List of fax destination numbers

files
string[]
required

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

comment
object

Comment to set for the fax job

options
object

Additional configuration for sending a fax

send_time
string

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

return_ids
boolean
default: false

Return scheduled fax IDs to use for tracking and with webhooks

cover_page
object

Fax cover page

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