๐Ÿ“– Search Slack for n8n templates with OpenAI tips, Google Sheets cache and weekly analytics

โšก 6 views ยท ๐Ÿ“– Internal Wiki & Knowledge Base

Description

Slack Bot for n8n Template Search with AI Tips, Cache and Analytics

Search n8n workflow templates directly from Slack with AI-powered suggestions. Mention the bot with what you need in English, Spanish or Japanese and get matching templates plus actionable tips to improve your automation.

Who is this for

Teams using n8n who want to find workflow templates without leaving Slack. Great for multilingual teams and onboarding new members.

What this workflow does

Setup

  1. Create a Slack App with app_mentions:read and chat:write scopes
  2. Set Slack credentials in n8n
  3. Create an HTTP Header Auth credential for OpenAI (name: Authorization, value: Bearer sk-your-key)
  4. Create a Google Sheet with two tabs: Cache (SearchQuery, CachedResponse, ResultCount, Timestamp) and Analytics (Timestamp, User, Query, Keywords, ResultCount, Intent, FromCache)
  5. Connect the Google Sheet in all four Sheets nodes
  6. Select your Slack channel in the Trigger, Error Reply and Weekly Summary nodes
  7. Activate and test with a mention

How to customize

๐Ÿ”— Nodes Used

Google Sheets, HTTP Request, Slack, Schedule Trigger, Slack Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup