An intelligent workflow automation system that streamlines email processing, meeting scheduling, and task management using AI-powered workflows.
Task Automator reduces manual effort by automatically:
- Analyzing incoming emails and determining required actions
- Creating calendar events with appropriate attendees and timing
- Converting email content into structured tasks
- Tracking all automation activities through a dashboard
- n8n Workflows: Core automation engine handling email processing, meeting creation, and task management
- Fine-tuned GPT-4: AI model specifically trained for email intent recognition and classification
- SQLite Database: Stores workflow processing data and provides analytics
- Coda Dashboard: Collaborative interface for monitoring workflow performance
automation_refined.json
: Main workflow that orchestrates the entire automation process
- Uses fine-tuned GPT-4 model for superior email understanding
- Processes natural language to extract actionable items from emails
- Employs vector similarity search for finding related past communications
- Gmail: Monitors inbox and processes incoming messages
- Google Calendar: Creates and manages events based on email content
- Google Tasks: Generates tasks from email content when appropriate
-
Install n8n:
npm install n8n -g
-
Start n8n:
n8n start
-
Import the workflow from
workflows/n8n/automation_refined.json
-
Configure credentials for:
- Gmail
- Google Calendar
- Google Tasks
- OpenAI
-
Customize the workflow settings:
- Update email filters if needed
- Configure the OpenAI model parameters
- The SQLite database will be created automatically when the backend server starts
- No additional configuration is needed as it's a file-based database
-
Access the Coda dashboard at:
https://coda.io/d/Copy-of-The-n8n-Dashboard_dMRW1W5M0mo/The-n8n-Dashboard_suSHMfCn -
Customize the dashboard by connecting it to your n8n instance:
- Go to settings and update the n8n API URL
- Add your n8n API key
- Use the n8n "Manual Trigger" node for testing the workflow before enabling automation
- Send test emails to verify each path (calendar creation, task creation, etc.)
- Monitor results in the Coda dashboard
- After successful testing, activate the Gmail Trigger node to begin automated processing
- Monitor the system performance through the Coda dashboard