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": "Slack AI Assistant with PraisonAI",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "slack-ai",
"options": {}
},
"id": "webhook_slack",
"name": "Slack Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
250,
300
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "condition_1",
"leftValue": "={{ $json.body.type }}",
"rightValue": "url_verification",
"operator": {
"type": "string",
"operation": "notEquals"
}
}
],
"combinator": "and"
},
"options": {}
},
"id": "filter_1",
"name": "Filter Verification",
"type": "n8n-nodes-base.filter",
"typeVersion": 2,
"position": [
450,
300
]
},
{
"parameters": {
"operation": "runWorkflow",
"query": "={{ $json.body.event.text }}",
"options": {
"timeout": 300000
}
},
"id": "praisonai_assistant",
"name": "PraisonAI Assistant",
"type": "n8n-nodes-praisonai.praisonAI",
"typeVersion": 1,
"position": [
650,
300
],
"credentials": {
"praisonAIApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"select": "channel",
"channelId": {
"__rl": true,
"value": "={{ $('Slack Webhook').item.json.body.event.channel }}",
"mode": "id"
},
"text": "={{ $json.response }}",
"otherOptions": {}
},
"id": "slack_reply",
"name": "Reply in Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.2,
"position": [
850,
300
],
"credentials": {
"slackApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Slack Webhook": {
"main": [
[
{
"node": "Filter Verification",
"type": "main",
"index": 0
}
]
]
},
"Filter Verification": {
"main": [
[
{
"node": "PraisonAI Assistant",
"type": "main",
"index": 0
}
]
]
},
"PraisonAI Assistant": {
"main": [
[
{
"node": "Reply in Slack",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "1",
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
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.
praisonAIApislackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Slack AI Assistant with PraisonAI. Uses n8n-nodes-praisonai, slack. Webhook trigger; 4 nodes.
Source: https://github.com/MervinPraison/n8n-nodes-praisonai/blob/0db9e01c44e70249ba29523982b67b3835c58b2d/examples/slack-ai-assistant.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.
asistente-interno-flujo-principal. Uses slack. Webhook trigger; 9 nodes.
Automates website downtime detection and notifications using UptimeRobot. Triggers alerts via Slack, WhatsApp, or Email when a website goes down. Creates a task in Notion and tags the responsible engi
Advanced Slackbot With N8N. Uses slack, httpRequest, stickyNote, executeWorkflow. Webhook trigger; 34 nodes.
Slackbots are super powerful. At n8n, we have been using them to get a lot done.. But it can become hard to manage and maintain many different operations that a workflow can do.
T+0 — Onboarding Email + Portal Activity (KAIA-756). Uses httpRequest, slack. Webhook trigger; 6 nodes.