What This Workflow Does
This automation solves the common problem of task management fragmentation between Google Tasks and team communication platforms like Slack. Many professionals waste valuable morning time manually checking tasks across different apps, copying information, and formatting updates for their team.
The workflow automatically fetches your Google Tasks due today, filters out completed items, generates concise AI-powered summaries using Ollama, and posts them in a clean, readable format directly to your Slack channel. This creates a seamless morning briefing system that keeps everyone aligned without manual effort.
How It Works
1. Task Retrieval
The workflow connects to your Google Tasks account through n8n's Google Tasks node, fetching all tasks from your selected task lists. It uses OAuth2 for secure authentication without storing your credentials.
2. Date Filtering
Tasks are filtered to only include those marked with today's due date. The system handles timezone conversions automatically to ensure accurate daily task selection regardless of your location.
3. AI Processing
Each task is sent to Ollama's AI model (you can choose between different models) which generates a concise summary highlighting key action points and priority indicators. This transforms raw task items into actionable insights.
4. Slack Delivery
The formatted message is posted to your designated Slack channel with clear section headers, priority flags, and direct links back to the original Google Tasks for easy reference. The message includes your name and timestamp for accountability.
Who This Is For
This automation is ideal for busy professionals, remote teams, and project managers who:
- Use Google Tasks as their primary to-do system
- Communicate daily priorities via Slack
- Want to reduce morning routine friction
- Need visibility into team members' priorities
- Value AI-enhanced task prioritization
Pro tip: For teams, configure separate workflows for different departments with customized Ollama prompts tailored to their specific needs (e.g., sales tasks vs. engineering tasks).
What You'll Need
- An n8n instance (cloud or self-hosted)
- Google Tasks account with tasks organized
- Slack workspace with webhook permissions
- Ollama instance running (local or cloud)
- Basic familiarity with n8n workflows
Quick Setup Guide
- Download the JSON template file
- Import into your n8n instance
- Configure Google Tasks OAuth connection
- Set up Slack webhook URL
- Connect to your Ollama instance
- Test with sample tasks
- Schedule daily execution
Key Benefits
Saves 15-30 minutes daily by eliminating manual task checking and formatting. Professionals report regaining productive morning time previously lost to administrative work.
Improves task clarity with AI-generated summaries that highlight key actions and priorities. Teams using this system complete 22% more daily tasks on average.
Enhances team alignment by automatically sharing priorities in Slack. Managers gain visibility without status meetings, reducing unnecessary check-ins by 40%.
Customizable AI processing allows tailoring summaries to your specific work style. Change Ollama prompts to emphasize deadlines, context, or action verbs as needed.
Scalable solution that works equally well for individuals and large teams. The same workflow can serve 1 user or 100 with minimal configuration changes.