The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Aether AI - Chatbot",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "chat",
"responseMode": "responseNode",
"options": {}
},
"name": "Chat Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "http://localhost:8000/api/v1/n8n/webhook",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"jsonParameters": true,
"options": {},
"bodyParametersJson": "={\n \"workflow_id\": \"ai-chatbot\",\n \"action\": \"chat\",\n \"data\": {\n \"message\": \"{{ $json.body.message }}\",\n \"session_id\": \"{{ $json.body.user_id || 'default' }}\"\n }\n}"
},
"name": "Send to Aether AI",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
500,
300
]
},
{
"parameters": {
"url": "http://localhost:8000/api/v1/n8n/webhook",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"jsonParameters": true,
"options": {},
"bodyParametersJson": "={\n \"workflow_id\": \"ai-chatbot-tts\",\n \"action\": \"synthesize_speech\",\n \"data\": {\n \"text\": \"{{ $json.data.response }}\",\n \"voice\": \"alloy\",\n \"speed\": 1.0\n }\n}"
},
"name": "Generate Voice",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
750,
300
]
},
{
"parameters": {
"respondWith": "json",
"options": {},
"responseBody": "={\n \"text\": \"{{ $node[\"Send to Aether AI\"].json[\"data\"][\"response\"] }}\",\n \"audio\": \"{{ $json.data.audio_base64 }}\",\n \"intent\": \"{{ $node[\"Send to Aether AI\"].json[\"data\"][\"intent\"] }}\",\n \"session_id\": \"{{ $node[\"Send to Aether AI\"].json[\"data\"][\"session_id\"] }}\"\n}"
},
"name": "Respond with Text + Audio",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1000,
300
]
}
],
"connections": {
"Chat Webhook": {
"main": [
[
{
"node": "Send to Aether AI",
"type": "main",
"index": 0
}
]
]
},
"Send to Aether AI": {
"main": [
[
{
"node": "Generate Voice",
"type": "main",
"index": 0
}
]
]
},
"Generate Voice": {
"main": [
[
{
"node": "Respond with Text + Audio",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"tags": [],
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Aether AI - Chatbot. Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/nandkishorrathodk-art/Aether-AI/blob/d367388b309fcd0f783e321e06f107af3c5254d0/n8n-workflows/ai-chatbot.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface
Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.