Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
An intelligent WhatsApp based chatbot designed for restaurants to automate customer interactions related to table bookings, menu inquiries, opening hours, services, and offers. Built using the n8n ...
n8n-nodes-base.stickynote, n8n-nodes-base.whatsapp, n8n-nodes-base.wait, n8n-nodes-base.whatsapptrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatollama, n8n-nodes-base.if, n8n-nodes-base.postgres
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceAn intelligent WhatsApp-based chatbot designed for restaurants to automate customer interactions related to table bookings, menu inquiries, opening hours, services, and offers. Built using the n8n automation platform and powered by an AI language model, this solution streamlines communication, boosts efficiency, and improves customer satisfaction.
Node: WhatsApp Trigger (Webhook or API-based) Function: Listens for incoming customer messages.
Node: AI Query Processor (e.g., OpenAI API) Function: Detects customer intent (e.g., booking, menu, timing).
Node: Switch or IF Node Function: Routes flow based on detected intent:
Node: AI Response or Static Reply Node Function: Returns relevant information (menu, timing, address, etc.).
Nodes:
Node: Set/Update Customer Data Function: Maintains conversation state and tracks follow-up messages.
| Column Name | Description |
|---|---|
| reservation_id | Unique reservation identifier |
| guest_name | Full name of the guest |
| contact_number | Customer’s WhatsApp or mobile number |
| (Optional) Email address | |
| booking_date | Reservation date (YYYY-MM-DD format) |
| booking_time | Reservation time (HH:MM format) |
| party_size | Number of guests |
| table_id | (Optional) Table number or identifier |
| special_requests | Allergies, seating preferences, etc. |
| status | Booking status: Confirmed / Cancelled / Pending |
| created_at | Timestamp when booking was made |
| updated_at | Timestamp when booking was last modified |
Customer: “Can I book a table for 2 people tomorrow at 8 PM?” Bot: “Sure. Please provide your name and contact number to confirm the reservation for 2 people at 8:00 PM tomorrow.” [Booking details are saved, and a confirmation is sent.]
Track key performance metrics such as:
This WhatsApp chatbot serves as a reliable, AI-powered digital front desk for restaurants. Built using n8n and scalable components, it automates customer support, manages bookings, and enhances operational efficiency while offering a seamless customer experience.
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 customer service with WhatsApp and Llama AI chatbot |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Oneclick AI Squad |
| Published | 11 Jul 2025 |
Use the JSON export at /data/workflows/5881/5881.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.
An intelligent WhatsApp based chatbot designed for restaurants to automate customer interactions related to table bookings, menu inquiries, opening hours, services, and offers. Built using the n8n ...
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 Support Chatbot, AI Chatbot use case.