Skip to main content

Create smart Telegram reminders with GPT-4 mini and Airtable cancel codes

Workflow preview

Workflow preview
100%
Create smart Telegram reminders with GPT-4 mini and Airtable cancel codes preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How It Works User sends a reminder request via Telegram (e.g., “Remind me to clean the garage tomorrow at 12 pm”). The request is parsed by AI Agent and stored in Airtable with a unique reminder co...

Best for

  • AI Chatbot automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.airtable, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.merge

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create smart Telegram reminders with GPT-4 mini and Airtable cancel codes
Workflow name
Create smart Telegram reminders with GPT-4 mini and Airtable cancel codes

How It Works

User sends a reminder request via Telegram (e.g., “Remind me to clean the garage tomorrow at 12 pm”).

The request is parsed by AI Agent and stored in Airtable with a unique reminder code.

The reminder workflow checks Airtable at scheduled intervals and sends a Telegram notification when the reminder is due.

Each reminder includes a unique cancel code (e.g., Reply 4936 to stop this reminder).

If the user replies with the code, the bot searches Airtable, deletes the reminder, and confirms the deletion in Telegram.

If the code doesn’t exist, the bot replies “Code not found.”

⚡ Setup Steps

Create a Telegram Bot

Use BotFather on Telegram.

Run /newbot and copy your bot token.

Add the token in your Telegram Trigger and Telegram Send nodes in n8n.

Set Up Airtable

Create an Airtable base called REMINDER-TABLE.

Add a table with fields:

title (Text) – reminder text

due_at (Date/Time) – when the reminder is due

chat_id (Text) – user’s Telegram chat ID

code (Number/Text) – unique cancel code

Generate an API key / Personal Access Token and connect it in n8n.

Import This Workflow

In n8n, click Import Workflow.

Paste the JSON template.

Connect your Telegram and Airtable credentials.

Activate the Workflow

Start the workflow in n8n Cloud or Self-Hosted.

Send a test reminder in Telegram (e.g., “Remind me in 5 minutes to call mom”).

When notified, reply with the cancel code to test deletion.

Optional Customizations

Modify reminder frequency (Every 5 minutes node).

Change reminder message formatting in the Format Message node.

Add logging/analytics by connecting Google Sheets or another DB.

⚡ Result: You now have a fully automated AI-powered Telegram Reminder Bot with Airtable storage, cancel codes, and real-time notifications!

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 - Telegram Trigger

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

Block 2 - AI Agent

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

Block 3 - OpenAI Chat Model

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

Block 4 - Structured Output Parser

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

Block 5 - Create a record

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

Block 6 - Code

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

Block 7 - Send a text message

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

Block 8 - Search records

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

Block 9 - Delete a record

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

Block 10 - Merge

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

Block 11 - Parse the data

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

Block 12 - SEND CODE NOT FOUND

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

Block 13 - SEND DELETED REMINDER

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

Block 14 - CHECK IF CODE IS THERE

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

Block 15 - CODE FOUND?

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

Block 16 - If

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

Block 17 - Sticky Note

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

Block 18 - Sticky Note1

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

3. Summary Table

Workflow Create smart Telegram reminders with GPT-4 mini and Airtable cancel codes
Complexity advanced
Nodes 18
Categories AI Chatbot, Multimodal AI
Author kiran adhikari
Published 26 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7921/7921.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 smart Telegram reminders with GPT-4 mini and Airtable cancel codes do?

How It Works User sends a reminder request via Telegram (e.g., “Remind me to clean the garage tomorrow at 12 pm”). The request is parsed by AI Agent and stored in Airtable with a unique reminder co...

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