Skip to main content

Get AI insights from Databox in Slack using OpenAI

Workflow preview

Workflow preview
100%
Get AI insights from Databox in Slack using OpenAI preview
Open on n8n.io

1. Workflow Overview

Stop switching between Slack and your analytics dashboards. Mention the bot in any Slack channel, ask a business question, and get an AI powered answer from Databox in seconds without leaving Slack...

Best for

  • Internal Wiki automation workflows
  • AI RAG automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.slacktrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Databox.

Original n8n.io source

1.1 Workflow description

Title
Get AI insights from Databox in Slack using OpenAI
Workflow name
Get AI insights from Databox in Slack using OpenAI

Stop switching between Slack and your analytics dashboards. Mention the bot in any Slack channel, ask a business question, and get an AI-powered answer from Databox in seconds - without leaving Slack.

Who's it for

  • Marketing and growth teams who want instant data answers during standups
  • Managers who need quick metric checks without logging into dashboards
  • Anyone using Slack who wants to query Databox data conversationally

How it works

  1. @mention the bot in Slack with a business question
  2. Slack Trigger captures the message and passes it to the AI Agent
  3. AI Agent queries Databox via MCP in real time
  4. Answer is posted back to the same Slack channel

Requirements

  • Databox account (free plan works)
  • OpenAI API key (or Anthropic)
  • Slack account with a custom Slack app (setup guide in the sticky notes)

How to set up

Setup takes around 15 minutes. The main step is creating a custom Slack app:

  1. Go to api.slack.com/apps - create an app - add app_mentions:read and chat:write scopes
  2. Copy the Bot Token (xoxb-) and Signing Secret - add as a Slack API credential in n8n
  3. Click Databox MCP Tool - set Authentication to OAuth2 and authorize
  4. Add your OpenAI API key to the Chat Model node
  5. Activate - paste the webhook URL into Slack Event Subscriptions
  6. Invite the bot to your channel with /invite @BotName

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note 2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Slack Trigger

Type / Role
n8n-nodes-base.slackTrigger - slackTrigger
Config choices
Version 1

Block 6 - Databox AI Assistant

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 7 - Databox MCP Tool

Type / Role
@n8n/n8n-nodes-langchain.mcpClientTool - mcpClientTool
Config choices
Version 1.2

Block 8 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 9 - Post message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

3. Summary Table

Workflow Get AI insights from Databox in Slack using OpenAI
Complexity intermediate
Nodes 9
Categories Internal Wiki, AI RAG
Author Databox
Published 25 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14322/14322.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Get AI insights from Databox in Slack using OpenAI do?

Stop switching between Slack and your analytics dashboards. Mention the bot in any Slack channel, ask a business question, and get an AI powered answer from Databox in seconds without leaving Slack...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Internal Wiki, AI RAG use case.