https://drive.google.com/file/d/1YD9u7jbeZpXyPR3MDGrZ70ZrE2SWI--4/view?usp=sharing
This repository contains an n8n
workflow that automatically creates Gmail labels and classifies incoming emails using AI.
- Connects with Gmail via OAuth2
- Uses AI (OpenAI or similar) to classify emails
- Creates Gmail labels based on email content
- Applies the correct label to each email
- Import the
workflow/gmail_label_ai_workflow.json
file into yourn8n
instance. - Set up your Gmail credentials.
- Add your OpenAI (or other AI provider) API key.
- Run the workflow and enjoy auto-labeling!