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