Changelog

What shipped, and when.

We release most weeks. The big strokes live here; email hello@takefax.com to get notified when one lands.

  1. Newv0.4·June 2026

    Outbound fax + the unified inbox

    • Send a fax from the inbox: upload a PDF (stored to Blob) or paste a URL, and we deliver it via your connected provider.
    • Outbound delivery is a real state machine — queued → sending → delivered/failed — driven by provider status webhooks.
    • One inbox for inbound and outbound, with source and direction badges on every item.
  2. Newv0.3·June 2026

    The bridge: fax + Direct/HISP into one queue

    • Inbound ingestion is now source-agnostic: fax and Direct/HISP messages normalize to one shape and triage into the same inbox.
    • Direct messages carrying a C-CDA get deterministic field extraction (patient, DOB, MRN, sender) before the AI summary pass.
    • The Direct channel ships as a documented stub — flip it on by connecting a HISP partner, with no downstream changes.
  3. Improvedv0.2·May 2026

    Security + reliability hardening

    • Telnyx webhook signatures (Ed25519) verified on inbound and status endpoints.
    • Retry with backoff on the AI gateway and fax-provider calls so a transient blip never drops a fax.
  4. Newv0.1·May 2026

    TakeFax, first cut

    • Self-serve onboarding: claim a subdomain, connect a fax number, point your provider at our webhook.
    • Every inbound fax read by a vision model: classified into 10+ healthcare buckets with patient + sender extracted.
    • Per-tenant inbox with triage detail and PDF viewer.