Block 1 - Overview Sticky
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Description This workflow automates guest enquiry intake, intent classification, response generation, and internal routing for hospitality businesses using webhooks, GPT 4o, Gmail, and Slack. It...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.if, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io source📘 Description This workflow automates guest enquiry intake, intent classification, response generation, and internal routing for hospitality businesses using webhooks, GPT-4o, Gmail, and Slack. It converts raw guest enquiries into structured, actionable items while ensuring fast acknowledgements, correct team assignment, and SLA visibility. When a guest submits an enquiry through a webhook (website form, booking page, or external system), an AI agent analyzes the message to detect intent—booking, pricing, availability, or policy. The agent generates a polite, human-like acknowledgement message and determines the most suitable internal team to handle the request. Based on the detected intent, the workflow assigns the enquiry to the correct team with a predefined SLA.
If the guest prefers email communication, an automated reply is sent via Gmail. In parallel, a detailed enquiry summary—including guest details, detected intent, assigned agent, and SLA—is posted to Slack for internal visibility and follow-up. All AI responses are also logged to Slack for transparency. Any workflow failure triggers an immediate Slack alert with diagnostic details.
⚙️ What This Workflow Does (Step-by-Step) 📥 Webhook Trigger – Guest Enquiry Intake Receives guest enquiry data (name, email, message, dates, preferences). 🧠 AI Intent Classification & Reply Generation GPT-4o analyzes the enquiry, detects intent, and generates a polite acknowledgement. 🔍 Extract Detected Category Parses AI output to identify the enquiry category. 🔀 Route by Intent Category Directs enquiries to booking, pricing, availability, or policy flows. 👥 Team Assignment with SLA Assigns the enquiry to the correct team and sets response SLA. 📧 Send Email Reply to Guest (Conditional) Automatically replies if the guest prefers email contact. 💬 Post Enquiry Summary to Slack Shares full enquiry context, assignment, and SLA for team follow-up. 📝 Log AI Reply to Slack Stores the generated guest reply for internal reference. 🚨 Error Handler → Slack Alert Sends instant alerts if any node fails.
🧩 Prerequisites • n8n webhook endpoint • OpenAI / Azure OpenAI (GPT-4o or GPT-4o-mini) credentials • Gmail OAuth2 credentials • Slack API credentials
💡 Key Benefits ✔ Instant AI-driven enquiry classification ✔ Faster guest acknowledgements ✔ Correct team routing with SLA enforcement ✔ Reduced manual triage for front-desk and sales teams ✔ Full visibility of enquiries and replies in Slack ✔ Built-in error monitoring
👥 Perfect For
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 | Classify guest enquiries and send replies with GPT-4o, Gmail and Slack |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Ticket Management, AI Summarization |
| Author | Rahul Joshi |
| Published | 23 Jan 2026 |
Use the JSON export at /data/workflows/12946/12946.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.
Description This workflow automates guest enquiry intake, intent classification, response generation, and internal routing for hospitality businesses using webhooks, GPT 4o, Gmail, and Slack. It...
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 Ticket Management, AI Summarization use case.