Outbox
Send a fax
Send a fax to one or more destinations. For corporate members without a fax number assigned set the ‘from’ parameter to ‘no_number’. (Permitted scopes: fax:all:edit, fax:fax:edit)
POST
/
accounts
/
{user_id}
/
outbox
Authorizations
Authorization
string
headerrequiredOAuth2 Authorization Grant
Path Parameters
user_id
string
default: selfrequiredself or user id of a corporate member
Body
application/json
Model for creating new outbound fax
from
string
requiredNumber to use for sending the fax
to
string[]
requiredList of fax destination numbers
files
string[]
requiredList 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: falseReturn 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