2026-05-28
API-key delivered email suppression
POST /api/send-fax, terminal notifications, MCP clients, and batch senders
- What changed
- API-key sends can pass sendEmail=false to suppress delivered-fax confirmation emails for a specific fax. FaxDrop stores the per-fax preference on the fax status record and echoes deliveryEmail as enabled or suppressed in the success response.
- Behavior impact
- The default remains sendEmail=true. Consumer web sends keep delivered emails enabled. Failed-fax emails, status pages, refunds, and operator alerts still run. Status polling and reconcile treat the suppressed delivered email as satisfied so healthy completed faxes do not stay pending.
- Action needed
- Batch API clients that rely on status polling for audit records may pass sendEmail=false. Clients that want email confirmations should omit the field or pass sendEmail=true.