workflows.fit
Back to n8n workflows
n8n templateFreeBy kiran adhikari

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 wor...

Data & StorageCommunicationHITLDevelopmentCore NodesAILangchainTelegram Trigger
Loading interactive preview...

Template notes

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