This server handles incoming invoice emails for the InvoNexus app.
It reads emails, extracts invoice data using AI, and sends the data to the main app dashboard.
- Reads emails from a business inbox
- Extracts invoice data using OpenAI/Mindee
- Sends structured data to the InvoNexus API
- Node.js + Express
- Gmail/IMAP
- OpenAI + Mindee
Let me know if you also want a Procfile
, .env.example
, or GitHub badge section!