Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Wix Chat Auto Responder with OpenAI GPT and Email Fallback This template connects Wix Chat with OpenAI via n8n to automate intelligent customer responses on your website only when no human has resp...
n8n-nodes-base.webhook, n8n-nodes-base.httprequest, n8n-nodes-base.executeworkflow, n8n-nodes-base.emailsendtool, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ryan McMahan.
Original n8n.io sourceThis template connects Wix Chat with OpenAI via n8n to automate intelligent customer responses on your website only when no human has responded recently. It uses smart throttling, checks for member vs. anonymous visitors, pulls chat history, and optionally alerts support staff via email if AI shouldn't reply.
Perfect for solopreneurs, agencies, or customer support teams looking to auto-handle conversations while maintaining a fallback system.
Download and import the .json file into your n8n instance. All nodes should appear in the visual editor.
Rename the following nodes for easier maintenance:
If → Check Member vs VisitorExecute Workflow → Generate OAuth TokenSend Email → Alert Technician via EmailIn the node HTTP Request1, replace the placeholder values:
"client_id": "YOUR_WIX_APP_ID",
"client_secret": "YOUR_WIX_APP_SECRET",
"instance_id": "YOUR_WIX_INSTANCE_ID"
💡 You may move this to a separate workflow and call it using Execute Workflow.
Webhook node.Settings > Automations > Create NewOpen both OpenAI Chat Model1 and OpenAI Chat Model2 nodes:
In the Code node labeled Response Throttle, modify:
const allowChat = true;
const allowEmail = false;
const humanResponseTimeWindow = 43200000; // 12 hours in ms
Change values to:
If human support is required, the workflow sends an email:
Send Email nodeExecutions in n8n to debug or verify the flow.AI Agent nodesIf or Code nodesThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Wix chat auto-responder with OpenAI GPT and email fallback |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Ryan McMahan |
| Published | 07 May 2025 |
Use the JSON export at /data/workflows/3925/3925.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.
Wix Chat Auto Responder with OpenAI GPT and Email Fallback This template connects Wix Chat with OpenAI via n8n to automate intelligent customer responses on your website only when no human has resp...
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.