π Add Project Tasks to Google Sheets with GPT-4.1-mini Chat Assistant
β‘ 13,670 views Β· π Project Management
Description
Let your team create, track, and manage project tasks through natural conversation.
This workflow uses an AI Project Manager Agent that chats with users, gathers the task details it needs, and automatically adds them to a Google Sheet.
β What this template does
- Lets you chat naturally with an AI to add new project tasks
- Automatically detects if the user wants to create or update an item (updates coming soon)
- Collects
Task,Description, andStatusfields β allows βdonβt knowβ responses - Appends new entries directly into your connected Google Sheets
- Provides real-time confirmation when the task is added
> Trigger: n8n Chat Trigger
> Integrations: OpenAI GPT-4.1-mini + Google Sheets (OAuth2)
π§ How it works
- The Chat Trigger starts a chat with the user.
- The AI Project Manager Agent asks guiding questions to gather the task name, description, and status.
- When all fields are complete (
all Info = Yes), the data is passed to the Google Sheets node. - The task is automatically added to your project tracker sheet.
- The AI confirms completion in chat.
βοΈ Setup instructions
1. Connect OpenAI
- Go to OpenAI Platform β copy your API key.
- In n8n, create New Credentials β OpenAI API and paste your key.
- Ensure your account has active billing under OpenAI Billing.
2. Connect Google Sheets (OAuth2)
- In n8n β Credentials β New β Google Sheets (OAuth2)
- Sign in with your Google account and grant access.
- Select your spreadsheet and tab (e.g., βTasksβ) when prompted.
- Example sheet:
https://docs.google.com/spreadsheets/d/1pbK-B-Q9p8fVjxJIsjEVrAfRgqEPCeYw8rZojZPAb84/edit
- Example sheet:
3. Test your chat
Click Execute Workflow, then start chatting:
> βAdd a task for reviewing the project report tomorrow.β
The agent will ask questions if needed, then add the record to your sheet.
π§© Customization ideas
- Add a Date Added or Assigned To column to the Google Sheet
- Integrate with Slack or Outlook to message assigned users
- Extend the agent to support task updates and deletes
- Replace Google Sheets with Airtable or Notion if preferred
πͺ Requirements
- n8n version β₯ 1.100
- OpenAI API key
- Google Sheets account
π¬ Contact
Need help customizing this (e.g., adding deadlines, linking to Notion, or Slack notifications)?
- π§ robert@ynteractive.com
- π Robert Breen
- π ynteractive.com
π Nodes Used
Google Sheets, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser, Chat Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File