Commit graph

3 commits

Author SHA1 Message Date
521e7b03e0 Make from number optional, Sinch auto-assigns
Tested: Sinch sends faxes without a from number, auto-assigns a
service. Simplifies setup - no need to purchase a number.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 22:33:45 +00:00
4dc9d9330d Switch from Telnyx to Sinch fax API
Sinch has simpler signup (no KYC/verification tiers), flat $0.045/page
pricing, and direct file upload (no media storage step). Removes
Telnyx setup wizard. Updates CLI, GUI, config, and docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 22:08:19 +00:00
aef5e5283a Initial commit: automated hourly fax sender for insurance claims
Sends doula coverage claims via Telnyx fax API every hour, logs every
attempt, and generates a printable HTML report for HR. Includes both
a Linux CLI with cron scheduling and a Windows GUI (tkinter) that can
be packaged as a portable exe via PyInstaller.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 11:36:47 +00:00