diff --git a/categorize_notify/README.md b/categorize_notify/README.md index 7e30d46b..b6cf67fa 100644 --- a/categorize_notify/README.md +++ b/categorize_notify/README.md @@ -1,15 +1,9 @@ # Email Categorization and Notification Workflow This project automates the process of categorizing incoming emails and notifying relevant Slack channels by integrating Gmail, ChatGPT, and Slack. It is not meant to be a 100% complete project, but rather a solid starting point. -## Features -- **Real-time Email Monitoring**: Continuously checks for new emails in the Gmail inbox. -- **Automated Categorization**: Uses ChatGPT to analyze and categorize emails. -- **Slack Notifications**: Sends categorized email content to the appropriate Slack channel. -- **Email Labeling**: Adds labels to processed emails in Gmail for easy tracking. - ## Benefits - **Ease of Use:** Demonstrates how easy it is to connect multiple integrations into a cohesive workflow. -- **Low Complexity:** The workflow is just over 100 lines of code. +- **Low Complexity:** The workflow is implemented with a minimal amount of code. - **Free and Open Source:** Available for use or modification to fit specific use cases. ## How It Works