Skip to main content

Create Notion to-do items from Telegram voice notes using Groq Whisper AI

Workflow preview

Workflow preview
100%
Create Notion to-do items from Telegram voice notes using Groq Whisper AI preview
Open on n8n.io

1. Workflow Overview

Who is this for? Busy professionals, entrepreneurs, and anyone who thinks faster than they type. If you've ever had a brilliant idea while driving, walking, or halfway through another task — and lo...

Best for

  • Personal Productivity automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.notion, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create Notion to-do items from Telegram voice notes using Groq Whisper AI
Workflow name
Create Notion to-do items from Telegram voice notes using Groq Whisper AI

Who is this for?

Busy professionals, entrepreneurs, and anyone who thinks faster than they type. If you've ever had a brilliant idea while driving, walking, or halfway through another task — and lost it because you didn't stop to write it down — this workflow is for you. Speak a task into Telegram, it appears as a checkbox on today's Notion page. Zero typing. Zero friction.

What problem does this solve?

Traditional to-do apps demand that you stop, open the app, type the task, and tag it with a date. That friction means ideas get lost. This workflow removes every step between "thought" and "captured task" — you just press the Telegram mic button and speak. Groq's Whisper AI transcribes your voice, and the text lands in Notion under today's date automatically. If today's page doesn't exist yet, it gets created on the fly.

How it works

  1. You send a voice note to your Telegram bot from anywhere
  2. n8n downloads the audio file from Telegram
  3. A small JavaScript step renames the .oga extension to .ogg so Groq accepts it
  4. Groq's Whisper Large v3 Turbo transcribes the audio into text (fast, free, multi-lingual)
  5. The workflow searches your Notion workspace for a page titled with today's date (DDMMYYYY format, IST timezone)
  6. If today's page exists, a new to-do checkbox is appended with your transcription
  7. If today's page does not exist, a new page is created automatically and the to-do is added as the first block

Setup steps

Setup takes around 15-20 minutes. You will need:

  • A Telegram bot (free — created via @BotFather)
  • A Groq API key (free tier — console.groq.com)
  • A Notion integration (free — notion.so/my-integrations)
  • A Notion parent page shared with your integration

Complete step-by-step setup instructions, credential configuration, and customization tips are included as sticky notes inside the workflow canvas. Import the workflow, read the yellow setup sticky note, and follow along — no guesswork required.

Customization ideas

  • Change the timezone from Asia/Kolkata to your own (e.g. Europe/London, America/New_York)
  • Swap Groq's Whisper Large v3 Turbo for Whisper Large v3 for higher accuracy
  • Change the date format from DDMMYYYY to whatever matches your Notion naming convention
  • Add a Telegram confirmation reply so you know the task was captured successfully
  • Route different keywords to different Notion databases (e.g. "work:" → Work page, "personal:" → Personal page)

Why Groq Whisper?

Groq offers one of the fastest Whisper inference speeds available, transcribing minute-long audio clips in under a second. The free tier includes generous daily limits that cover most personal use cases without ever hitting a paywall.

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 - When Voice Note Received

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 6 - Download Voice Note File

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 7 - Convert File to OGG Format

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

Block 8 - Post to Groq Whisper API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 9 - Find Today's Notion Page

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

Block 10 - If Daily Page Exists

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

Block 11 - Add To-Do to Page

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

Block 12 - Create New Daily Page in Notion

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

3. Summary Table

Workflow Create Notion to-do items from Telegram voice notes using Groq Whisper AI
Complexity intermediate
Nodes 12
Categories Personal Productivity, Multimodal AI
Author Rahul Shah
Published 20 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15170/15170.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 Create Notion to-do items from Telegram voice notes using Groq Whisper AI do?

Who is this for? Busy professionals, entrepreneurs, and anyone who thinks faster than they type. If you've ever had a brilliant idea while driving, walking, or halfway through another task — and lo...

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, Multimodal AI use case.