Block 1 - Get Message
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1.1
This workflow is designed to automate customer interaction and marketing for a restaurant using Telegram and Google Sheets . It is possible to integrate it with WhatsApp instead of Telegram and use...
n8n-nodes-base.telegramtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.switch, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow is designed to automate customer interaction and marketing for a restaurant using Telegram and Google Sheets.
It is possible to integrate it with WhatsApp instead of Telegram and use any CRM or relational database instead of Google Sheets.
From the first interaction (menu request) to follow-up (review request), everything is automatedβno manual effort required.
All clients are stored and updated in Google Sheets, making it easy to manage contacts and track interactions.
Marketing messages are:
The use of batching and automation allows the system to handle many customers simultaneously without performance issues.
By automating messaging and marketing, the restaurant reduces:
Marketing campaigns can be updated directly in Google Sheets without modifying the workflow logic.
It combines real-time messaging with scheduled marketing automation:
Customer Interaction (Telegram Bot)
The workflow starts when a user sends a message to the Telegram bot.
It detects the type of content (text, audio, or image).
If the user asks to see the menu, the bot automatically replies with a digital menu link.
The customer is then saved into a Google Sheets database as a new client.
Post-Interaction Follow-up
After 2 hours, the system automatically sends a review request message, encouraging customers to leave feedback.
Automated Marketing Campaigns
Every day at a scheduled time, the workflow:
Retrieves marketing messages planned for that day from Google Sheets.
Filters active clients (excluding unsubscribed users).
Sends personalized marketing messages via Telegram.
Marks the campaign as completed in the sheet.
Here is the description of the n8n workflow based on the provided Marketing restaurant.json file.
This workflow automates restaurant marketing and customer interaction on Telegram. It operates on two parallel tracks:
Track 1: Customer Interaction (Menu & Review)
Telegram Trigger).Switch node checks if the message contains Text, Audio, or an Image.Switch node checks if the message exactly matches "I would like to see the menu".https://go.forkmenu.com/demo).Add new client node saves the userβs Telegram ID and the current date to the "Clients" sheet in Google Sheets.Track 2: Automated Marketing Broadcasts
Schedule Trigger runs daily at 7:00 AM.DATE = today and DONE is empty.UNSUBSCRIBE).Loop Over Items node iterates through each active client. For each client, it sends the marketing message via Telegram.DONE to prevent re-sending.Telegram Trigger and Telegram nodes, select or create a new "Telegram Api" credential named Telegram account Fastewb and paste the API token.Telegram Trigger node).Clients. Must contain columns: CLIENT (Telegram ID), DATE, and UNSUBSCRIBE.Marketing. Must contain columns: DATE, MESSAGE, and DONE.Google Sheets nodes (Get Marketing, Get active clients, etc.), select or create the OAuth2 credential named Google Sheets account and authorize access to the drive.Send Digital Menu node. Replace https://go.forkmenu.com/demo with your actual digital menu URL.Send request review node. Replace placeid=xxx with your actual Google Place ID.Send Marketing message node automatically pulls text from the MESSAGE column in the Google Sheet.Schedule Trigger node (triggerAtHour) to your preferred broadcast time (currently 7 AM)."active": false to Active in the n8n editor.Telegram Trigger is successfully activated (check the node execution panel).π Subscribe to my new YouTube channel. Here Iβll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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.
| Workflow | Automate Restaurant Reviews and Marketing System πͺπ with Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Social Media |
| Author | Davide Boizza |
| Published | 21 Apr 2026 |
Use the JSON export at /data/workflows/15194/15194.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow is designed to automate customer interaction and marketing for a restaurant using Telegram and Google Sheets . It is possible to integrate it with WhatsApp instead of Telegram and use...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Social Media use case.