Skip to main content

Summarize Gmail into Notion with OpenAI and create audio digests in Google Drive

Workflow preview

Workflow preview
100%
Summarize Gmail into Notion with OpenAI and create audio digests in Google Drive preview
Open on n8n.io

1. Workflow Overview

Gmail → AI Summary → Notion + Audio Digest This n8n workflow turns incoming Gmail emails into structured AI summaries and optional audio digests, automatically delivered to Notion and Google Drive....

Best for

  • Document Extraction automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, @elevenlabs/n8n-nodes-elevenlabs.elevenlabs, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.openai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Summarize Gmail into Notion with OpenAI and create audio digests in Google Drive
Workflow name
Summarize Gmail into Notion with OpenAI and create audio digests in Google Drive

Gmail → AI Summary → Notion + Audio Digest

This n8n workflow turns incoming Gmail emails into structured AI summaries and optional audio digests, automatically delivered to Notion and Google Drive.

It is designed to reduce email overload by transforming raw messages into concise, readable, and listenable content.

What this workflow does

On a scheduled basis, the workflow:

  • Retrieves Gmail messages (all subjects or filtered)

  • Marks processed emails as read to avoid duplicates

  • Extracts and normalizes the email body

  • Uses OpenAI to generate a clean, structured summary

From the summary, the workflow branches into two outputs:

Text summary

The final AI-generated summary is appended as a block in Notion

Ideal for daily logs, knowledge bases, or team dashboards

Audio transcript (optional)

  • The summary text is converted into speech using a TTS model

  • The audio file is uploaded to Google Drive

  • A shareable link is generated

  • The audio reference is added back into Notion

Key features

  • Automated Gmail ingestion

  • AI-powered email summarization

  • JavaScript preprocessing for clean input

  • Notion integration for structured storage

  • Text-to-speech audio generation

  • Google Drive hosting for audio files

  • Error-aware branching for TTS generation

  • Idempotent and schedule-safe execution

Typical use cases

  • Daily or weekly email digests

  • Executive summaries of inbox activity

  • Audio briefings you can listen to on the go

  • Knowledge capture from important emails

  • Reducing cognitive load from long email threads

Who this template is for

  • Professionals dealing with high email volume

  • Teams using Notion as a central workspace

  • n8n users building AI productivity automations

  • Anyone who wants emails summarized instead of skimmed

This template is designed to be practical, extensible, and production-ready, and can be easily adapted to:

  • multiple Gmail labels

  • different summary styles

  • alternative TTS providers

  • additional destinations (Slack, Docs, databases)

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 - Get many messages

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

Block 2 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 3 - Get a message

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

Block 4 - Code in JavaScript

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

Block 5 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 6 - Import body emails

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 7 - Final Summary

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 8 - Sticky Note

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

Block 9 - Convert text to speech

Type / Role
@elevenlabs/n8n-nodes-elevenlabs.elevenLabs - elevenLabs
Config choices
Version 1

Block 10 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - Share file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 12 - Generate audio

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

Block 13 - Sticky Note1

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

Block 14 - Weekly trigger

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

Block 15 - Mark as read

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

Block 16 - Create Google Drive URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Create a link to audio file in Notion

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

Block 18 - Create a text block Notion

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

Block 19 - Sticky Note2

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

Block 20 - Sticky Note3

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

3. Summary Table

Workflow Summarize Gmail into Notion with OpenAI and create audio digests in Google Drive
Complexity advanced
Nodes 20
Categories Document Extraction, AI Summarization
Author Alberto Idrio
Published 01 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13148/13148.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 Summarize Gmail into Notion with OpenAI and create audio digests in Google Drive do?

Gmail → AI Summary → Notion + Audio Digest This n8n workflow turns incoming Gmail emails into structured AI summaries and optional audio digests, automatically delivered to Notion and Google Drive....

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 Document Extraction, AI Summarization use case.