← Tracker
⚙️ Settings
Admin Panel
👥 User Management
Loading users…
🏢 Business Entities
Loading…
🔑 API Keys
Loading…
API keys allow external integrations to access this tracker.
Keys are shown once on creation and hashed for storage — keep them safe.
📧 Microsoft 365 Email
Not configured
Stored server-side. Leave blank to keep existing value.
Cron runs once daily (00:01 UTC). Frequency controls filtering logic only.
📊 Last Scan Status
Loading status…
🍎 iCloud Email
External Service Required
iCloud uses IMAP — which requires persistent TCP connections that Cloudflare Workers cannot maintain.
iCloud email scanning requires a separate lightweight microservice running on Railway, Render, or a VPS.
The external service should poll iCloud via IMAP and POST new invoices to this tracker's API. See /docs/icloud-microservice.md for the full setup guide.
POST https://bigthing-finance.pages.dev/api/invoices
Include your API key in the
Authorization: Bearer <key> header with write permissions.