Skip to main content

Triage and route tasks with Google Sheets, GPT-4o-mini, Gmail, Slack, and Google Tasks

Workflow preview

Workflow preview
100%
Triage and route tasks with Google Sheets, GPT-4o-mini, Gmail, Slack, and Google Tasks preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow collects tasks via a webhook, stores validated tasks in Google Sheets, and runs a daily prioritization routine that creates urgent items in Google Tasks with Slack aler...

Best for

  • Personal Productivity automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stopanderror, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.

Original n8n.io source

1.1 Workflow description

Title
Triage and route tasks with Google Sheets, GPT-4o-mini, Gmail, Slack, and Google Tasks
Workflow name
Triage and route tasks with Google Sheets, GPT-4o-mini, Gmail, Slack, and Google Tasks

Quick Overview

This workflow collects tasks via a webhook, stores validated tasks in Google Sheets, and runs a daily prioritization routine that creates urgent items in Google Tasks with Slack alerts while summarizing medium/low tasks with OpenAI and emailing the digest via Gmail.

How it works

  1. Receives a POST webhook request containing task details and normalizes fields like priority and due date.
  2. Validates required fields (including allowed priority values) and rejects invalid submissions with an error.
  3. Appends valid tasks to Google Sheets with a pending status and returns a success response to the webhook caller.
  4. Runs daily on a schedule, reads tasks from Google Sheets, keeps only pending items, removes duplicates, and sorts them by priority.
  5. For high-priority tasks, creates a Google Tasks item and sends a Slack alert.
  6. For medium and low-priority tasks, compiles a digest, generates an email-ready summary with OpenAI, and sends it via Gmail.
  7. Updates each handled task in Google Sheets with a Processed status and a processed timestamp.

Setup

  1. Create a Google Sheet with columns for taskName, priority, category, dueDate, status, createdAt, and processedAt, and update the spreadsheet and sheet IDs in the Google Sheets steps.
  2. Add Google Sheets OAuth2 credentials for both reading and updating/appending rows.
  3. Add credentials for Google Tasks, Slack (OAuth2), Gmail, and OpenAI, and set the target Google Task list, Slack destination, and email recipients/subject as needed.
  4. Copy the webhook URL from the webhook trigger and configure your task intake source to send POST requests with fields like "Task Name", "Priority", "Category", and "Due Date".
  5. Adjust the schedule time and any validation rules (required fields and accepted priority values) to match your process.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Receive New Task Request

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 10 - Validate and Format Task Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Is Task Valid?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 12 - Save Task to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 13 - Send Success Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.5

Block 14 - Reject Invalid Task

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 15 - Run Task Processing Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 16 - Fetch Pending Tasks from Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - Prepare Task Data for Prioritization

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Sort Tasks by Priority

Type / Role
n8n-nodes-base.sort - sort
Config choices
Version 1

Block 19 - Is Task High Priority?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 20 - Create Google Task for Urgent Item

Type / Role
n8n-nodes-base.googleTasks - googleTasks
Config choices
Version 1

Block 21 - Send Slack Alert for High Priority Task

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 22 - Format Tasks for AI Summary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 23 - Generate AI Task Summary

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 24 - Send AI Task Summary Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Triage and route tasks with Google Sheets, GPT-4o-mini, Gmail, Slack, and Google Tasks
Complexity advanced
Nodes 26
Categories Personal Productivity, AI Summarization
Author WeblineIndia
Published 15 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16366/16366.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Triage and route tasks with Google Sheets, GPT-4o-mini, Gmail, Slack, and Google Tasks do?

Quick Overview This workflow collects tasks via a webhook, stores validated tasks in Google Sheets, and runs a daily prioritization routine that creates urgent items in Google Tasks with Slack aler...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Summarization use case.