Description
This workflow automates email categorization in Gmail using the Gmail API and OpenAI's language model. It periodically checks for new emails, reads their content, and categorizes them based on existing Gmail labels. If no matching label is found, the workflow creates a new label and assigns it to the email.
Key Features
- Polling for Emails: The workflow triggers every 5 minutes to check for new emails using the Gmail Trigger node.
- Reading Labels: Existing Gmail labels are fetched to determine the most relevant match for email categorization.
- Dynamic Labeling: If no existing label matches, a new label is created dynamically based on the email's content.
- OpenAI Integration: The workflow uses OpenAI's Chat model to analyze email content and suggest or create appropriate labels.
- Email Categorization: Labels are applied to emails, ensuring they are organized in Gmail's structure. The workflow also removes less relevant emails (e.g., ads) from the inbox.
Nodes in Use
- Gmail Trigger: Polls Gmail every 5 minutes for new emails.
- Gmail - Read Labels: Fetches all existing Gmail labels.
- Gmail - Get Message: Retrieves the full content of a specific email.
- Gmail - Add Label to Message: Assigns a chosen label to the email.
- Gmail - Create Label: Creates a new label if necessary.
- OpenAI Chat Model: Analyzes email content for categorization.
- Memory Buffer: Retains context for email analysis across multiple iterations.
- Wait Node: Adds a buffer period to manage email processing.
Prerequisites
- Gmail API Setup: Ensure Gmail OAuth2 credentials are configured in n8n.
- OpenAI API Key: Configure OpenAI credentials for email analysis.
- Labeling Standards: Maintain a consistent Gmail label structure for better organization.
Instructions
- Add your Gmail API credentials to the Gmail nodes.
- Add your OpenAI API credentials to the OpenAI Chat Model node.
- Activate the workflow. It will start polling for new emails every 5 minutes.
- Monitor and refine the categorization logic if necessary to ensure alignment with Gmail's organizational needs.
Use Case
Ideal for individuals or teams handling high email volumes who want to maintain an organized inbox and automate repetitive categorization tasks.
Note: You can improve the prompt to get better results from the agent by giving it more personal rules on how to categorize.