GoGraphApi enables you to automatically store your Microsoft 365 email subscriptions in a MongoDB database using the Go Fiber framework by utilizing Microsoft Graph API.
Have you ever wanted to store your email subscriptions in a database for easy lookup, analysis, or archival? If your company subscribes to Microsoft Office 365, this project can automate the process for you!
GoGraphApi helps you:
✅ Fetch emails from a specific sender via Microsoft Graph API
✅ Store emails in MongoDB for long-term reference
✅ Easily query and retrieve stored emails
- Golang (Fiber Web Framework) 🌐
- MongoDB (NoSQL Database) 🗄️
- Microsoft Graph API (Email Retrieval) 📧
✔ Fetch emails from Microsoft Graph API
✔ Filter emails from specific senders
✔ Store emails in MongoDB with metadata
✔ Query and retrieve stored emails