← Tracker
⚙️ Settings
Admin Panel
🏢 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.
Mailboxes are now configured per-business. Go to 🏢 Businesses → expand a card → 📧 Email Inbox to set each mailbox.
How often to scan all enabled business mailboxes. Applies globally.
Enable/disable scanning per-business in the 🏢 Businesses tab.
📊 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://finance.bigthing.com/api/invoices
Include your API key in the
Authorization: Bearer <key> header with write permissions.