Claude Haiku Webhook Chatbot Workflow (n8n) for Service FAQs
Claude Haiku Webhook Chatbot Workflow (n8n) for Service FAQs
Regular price
£43.99
Regular price
£43.99
Sale price
Unit price
/
per
⬇
Instant Digital Download
∞
Unlimited Downloads
★
Lifetime Access in Your Account
Couldn't load pickup availability
🔥
128+ Sold
Popular with n8n builders
âš¡
23 people viewing
High interest right now
✅
9 added today
Fast-moving digital product
Claude Haiku Webhook Chatbot Workflow (n8n) for Service FAQs
Regular price
£43.99
Regular price
£43.99
Sale price
Unit price
/
per
Answer Service FAQs with an Anthropic Claude Haiku Webhook Chatbot (n8n)
Install this Claude Haiku Webhook Chatbot workflow for n8n to power a simple POST /chat endpoint that responds to customer questions—focused strictly on Ali İlhan’s services and tech stack. It returns a clean JSON reply and keeps short-term context per user session.
What this workflow does
-
Receives chat requests via a webhook at /chat using a
POSTbody containingmessageand optionalsessionId. - Validates input and rejects empty messages to prevent pointless model calls.
- Uses an n8n LangChain agent backed by Anthropic Claude Haiku to generate answers.
- Enforces a strict system prompt so the agent only answers service / project / tech stack questions and refuses everything else.
-
Maintains session-based memory with buffer window memory so follow-up questions work naturally per
sessionId. -
Returns a JSON response containing
reply,success, andtimestamp. - Responds with CORS + JSON headers for smooth frontend integration.
Use cases
- Quick FAQ chatbot on a website section dedicated to Ali İlhan’s services and technology stack.
- Automation engineers need a lightweight webhook-driven AI Q&A endpoint for SaaS or internal tools.
- Route customer questions to accurate, constrained answers without opening up the model to unrelated topics.
Technical details
- Webhook node to expose a /chat endpoint
-
LangChain Agent (
n8nn8n-nodes-langchainagent) -
Anthropic Claude Haiku chat model (
n8nn8n-nodes-langchainlm chat anthropic) -
Input handling with
codeand request validation -
Webhook response using
respond to webhookand JSON formatting
Setup: Add an Anthropic API credential, select it in the Claude Haiku node, deploy the workflow, and call the production webhook URL with Content-Type: application/json including message (and optional sessionId).
