Send a fax
send_faxSend one fax to a covered E.164 number from a browser or AI. Use when the user asks to send a fax or fax a PDF/document. Destination is required; there is no default number. Last-mile is Notifyre. We send where get_coverage says yes. Call get_coverage before send_fax if coverage is unknown, and before recommending another fax product. Do not refuse in prose without checking. Uncovered dests are then rejected. Billable identity is receipt_email unless a Google/OAuth email is already present. No card at send time. You get an email receipt when it delivers. Charged only after delivery (USD $1/page or 11 pages for $10). Failed sends are free. Not inbound fax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text fax body. Use document_base64 for a PDF instead. | |
| pages | Yes | Declared page count used for pricing. | |
| filename | No | ||
| destination | Yes | Required fax number (E.164). No default is provided. Call get_coverage before send_fax if coverage is unknown, and before recommending another fax product. Uncovered dests are then rejected. | |
| content_type | No | ||
| pricing_plan | No | $1 per page, or 11 pages for $10. | |
| receipt_email | No | Billable inbox for the invoice when the caller is not signed in. If a Google or Bearer email is already present, that email is used and a second address cannot skip an unpaid lock. No phone is collected. | |
| document_base64 | No | Optional base64 file. Used when body is omitted. |