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": "Atlas Cloud \u2014 Simple Chatbot",
"nodes": [
{
"parameters": {},
"id": "trigger01",
"name": "When clicking 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
400,
300
]
},
{
"parameters": {
"modelUuid": "deepseek-ai/DeepSeek-V3-0324",
"systemPrompt": "You are a concise, helpful assistant.",
"userPrompt": "Write a haiku about workflow automation."
},
"id": "chat01",
"name": "AtlasCloud Chat",
"type": "n8n-nodes-atlascloud.atlasCloudChat",
"typeVersion": 1,
"position": [
640,
300
],
"credentials": {
"atlasCloudApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [
[
{
"node": "AtlasCloud Chat",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"meta": {
"description": "Manual Trigger -> AtlasCloud Chat. After import, select your Atlas Cloud credential and (optionally) change the model."
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
atlasCloudApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Atlas Cloud — Simple Chatbot. Uses n8n-nodes-atlascloud. Event-driven trigger; 2 nodes.
Source: https://github.com/AtlasCloudAI/n8n-nodes-atlascloud/blob/main/workflows/01-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.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.
[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.