Kotiku Taiye
AI Developer
Low-Code/No-Code Developer
LangFlow
N8N
Slack
Electronics
Posted Jan 22, 2026
Developed a Slack bot with AI and Langdock integration for multi-channel assistance.
0
Langdock
Automation Specialist Helping Businesses and Individuals
# 1. Clone repositorygit clone https://github.com/yourusername/slack-langdock-ai-bot.gitcd slack-langdock-ai-bot# 2. Import workflow.json to n8n# 3. Configure Slack app (see docs/SLACK_CONFIGURATION.md)# 4. Add credentials in n8n# 5. Activate workflow
message.im, message.mpim, message.channels,message.groups, app_mention
chat:write, channels:history, groups:history,im:history, mpim:history, files:read, app_mentions:read
# Test in DMUser: Hello!Bot: Hi! How can I help?# Test in channelUser: @Bot What's the status?Bot: Let me check...# Test file uploadUser: [uploads PDF] Analyze thisBot: [analyzes and responds]
git checkout -b feature/name
git commit -m 'Add feature'
git push origin feature/name