Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pashafateev committed Jul 9, 2024
1 parent 4c8d84b commit e606d5d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions categorize_notify/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e606d5d

Please sign in to comment.