Skip to main content

Route email actions from Notion with Gmail, Slack, and Jira

Workflow preview

Workflow preview
100%
Route email actions from Notion with Gmail, Slack, and Jira preview
Open on n8n.io

1. Workflow Overview

Description Execute email actions directly from Notion. Set an email’s status to Responded, Delegated, Routed, or Archived, and this workflow handles the Gmail action, Slack notification, or Jira r...

Best for

  • Ticket Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.notion, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.gmail, n8n-nodes-base.slack, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Route email actions from Notion with Gmail, Slack, and Jira
Workflow name
Route email actions from Notion with Gmail, Slack, and Jira

Description

Execute email actions directly from Notion. Set an email’s status to Responded, Delegated, Routed, or Archived, and this workflow handles the Gmail action, Slack notification, or Jira routing automatically.

Context

This is the action layer for the Inbox Zero Engine. When you set an email’s status in Notion, the workflow executes the appropriate action: • Responded: sends the draft reply via Gmail thread • Delegated: forwards the email + sends a Slack DM to the delegate • Routed: creates items in Jira, RICE+ backlog, or customer health • Archived: applies Gmail labels After each action, the entry is marked as “Processed” in Notion.

Who is this for?

• PMs using Notion as their command center • Anyone who wants to process email without leaving Notion • Teams that delegate and route emails frequently

Requirements

• Notion account with Email Intelligence database • Gmail OAuth2 • Slack Bot token

How it works

  • Trigger Watches Email Intelligence in Notion for status changes.
  • Action Router 4-way switch: Responded sends reply, Delegated forwards + DMs, Routed creates tickets, Archived labels in Gmail.
  • Closed Loop Updates each entry to “Processed” with timestamp and reference.

What you get

• One-click email actions from Notion • Automatic Gmail replies, forwards, and archiving • Slack notifications for delegated emails • Full audit trail in Notion

About me :

I’m Yassin a Product Manager Scaling tech products with data-driven project management. 📬 Feel free to connect with me on Linkedin

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 - Poll Email Intelligence

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

Block 2 - Extract Email Data

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

Block 3 - Switch by Status

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 4 - Gmail Send Reply

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

Block 5 - Update Status - Responded

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

Block 6 - Gmail Forward

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

Block 7 - Slack DM Delegate

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

Block 8 - Update Status - Delegated

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

Block 9 - Switch by Route Destination

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 10 - Prepare Route Data

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

Block 11 - Create in Signal Stream

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

Block 12 - Update Status - Routed

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

Block 13 - Prepare Archive Labels

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

Block 14 - Update Status - Archived

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

Block 15 - Sticky Note

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

Block 16 - Sticky Note - Routes

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

Block 17 - Sticky Note1

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

3. Summary Table

Workflow Route email actions from Notion with Gmail, Slack, and Jira
Complexity advanced
Nodes 17
Categories Ticket Management
Author Yassin Zehar
Published 17 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14120/14120.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 Route email actions from Notion with Gmail, Slack, and Jira do?

Description Execute email actions directly from Notion. Set an email’s status to Responded, Delegated, Routed, or Archived, and this workflow handles the Gmail action, Slack notification, or Jira r...

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 Ticket Management use case.