post https://api.fonestorm.com/v2/faxes
Send a fax to a recipient phone number.
Send a fax to a recipient. In its simplest use, you can use the to
, fonenumber
and message
fields to send a basic text-based fax. Providing an optional URL to a PDF will append the PDF file to the fax. FoneStorm will respond with an id
for the message that can be used to retrieve further information on status and delivery.
{
"fax": {
"id": "518a0878-9105-11e8-8a90-074a8133a445"
}
}
Notes
pdf
pdf
Only PDF attachments are supported at this time. There is no limitation in place for PDF file size, but larger files will significantly increase delivery time.