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": "Auto Reply Slack Bot",
"nodes": [
{
"parameters": {},
"name": "Slack Trigger",
"type": "n8n-nodes-base.slackTrigger"
},
{
"parameters": {
"prompt": "Reply to the user in friendly tone"
},
"name": "OpenAI",
"type": "n8n-nodes-base.openai"
}
],
"connections": {
"Slack Trigger": {
"main": [
[
"OpenAI"
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Auto Reply Slack Bot. Uses slackTrigger, openai. Event-driven trigger; 2 nodes.
Source: https://github.com/oxbshw/ultimate-n8n-ai-workflows/blob/d8999681bdf627e63dd5f2b6528438087fa459ed/workflows/ai-agents/auto-reply-slack.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.
Hubspot Workflow. Uses hubspotTrigger, hubspot, httpRequest, openai. Event-driven trigger; 22 nodes.
This workflow helps you capture "tribal knowledge" shared in Slack conversations and automatically converts it into structured documentation. By simply adding a specific reaction (default: 📚) to a mes
This workflow turns Slack into your content control hub and automates the full blog creation pipeline — from sourcing trending headlines, validating topics, drafting posts, and preparing content for y
> This n8n workflow template uses a community node and is only compatible with the self-hosted version of n8n.