send_fax
Send a fax to any phone number worldwide using PDF or typed text. Pay with Bitcoin Lightning; no fax machine needed.
Instructions
When your task requires a paper-trail on the other end — loan paperwork to a bank, signed contract to a notary, booking confirmation to a hotel in Japan — send a fax to any number worldwide. Two modes: 'pdf' (fetch from public URL) or 'text' (we format typed text into a PDF locally). Optional cover page. Pricing: 500 sats for up to 10 pages, +50 sats per additional page. Max 350 pages / 50 MB. Pass 'pages' to create_payment as 'quantity' to get the right invoice. Pay with Bitcoin Lightning — no fax machine, no phone line, no telecom account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paymentId | Yes | Valid payment ID (must be paid) | |
| phoneNumber | Yes | Destination fax number in E.164 format (e.g. +14155550100) | |
| mode | Yes | 'pdf' = send PDF from pdfUrl. 'text' = generate PDF from typed text. | |
| pdfUrl | No | Required for mode=pdf: public HTTPS URL returning application/pdf | |
| text | No | Required for mode=text: message text to format as PDF | |
| coverText | No | Optional cover page text (mode=pdf only, adds 1 page) | |
| pages | No | Expected page count (1-350). Used for pricing. Pass same value to create_payment as 'quantity'. |