Chat Apps (Slack, Discord, Teams) Templates
9 workflow templates for chat apps (slack, discord, teams) automation
Standup Bot (1 4) Initialize - N8n Template
This is the first of 4 workflows for a Mattermost Standup Bot. This workflow will create a default configuration file. You can set the default configuration in the Set node (Use Default Config) the values are: **config.slashCmdToken** - The token Mattermost provides when you make a new Slash Command **config.mattermostBaseUrl** - The base URL for your Mattermost instance **config.botUserToken** - The User token for your Mattermost bot **config.n8nWebhookUrl** - The URL for your "Action from MM" webhook in the "Standup Bot - Worker" workflow **config.botUserId** - The UserID for your Mattermost Bot user The config file is saved under `/home/node/.n8n/standup-bot-config.json` This workflow only needs to be run once manually as part of the setup .
Notify on Slack When New Order is Registered in Woocommerce
This workflow uses a WooCommerce trigger that will run when an order has been placed. If the value of this is over 100 it will post it to a Slack channel. To use this workflow you will need to set the credentials to use for the WooCommerce and Slack nodes, You will also need to pick a channel to post the message to.
Share Youtube Videos with Ai Summaries on Discord
This workflow automatically shares new YouTube videos on a Discord server along with AI-generated summaries of their content. It monitors a YouTube channel for new uploads, retrieves the video captions, generates a summary using OpenAI, and posts a message to a Discord channel with the video title, link, and AI summary.
Zhichao S Work - N8n Template
 Webhook node: This node will trigger the workflow whenever the Discord Slash command is issued. Check Type (IF node): This node will check the type returned by Discord. If the type is not equal to 1, it will return true, otherwise false. HTTP Request node: This node will make an HTTP call to the link and get the HTML of the webpage. Extract Title (HTML Extract node): This node will extract the title from the HTML which we will use in the next node. Add Link to Notion (Notion node): This node will add the link to your Notion reading list. Reply on Discord (Set node): After the link gets added to Notion, this node will send back a reply on Discord. Register URL (Set node): If the type is 1, this node gets executed. This node will register the Interaction Endpoint URL.
Slack to Facebook Workchat - N8n Template
This workflow receives messages from Slack via a webhook and forwards them to specific Facebook Workchat threads based on the Slack channel they originate from. It uses conditional logic to route messages to different Workchat threads, effectively bridging communication between Slack and Facebook Workchat.
Search the Web with Mcp-Based Brave Search Engine on Tele...
This workflow enables users to perform web searches directly from Telegram using the Brave search engine. By simply sending the command /brave followed by a query, the workflow retrieves search results from Brave and returns them as a Telegram message. This workflow is ideal for users who want a quick and private way to search the web without switching between apps. 🚀 This workflow is a powerful tool for automating interactions with Brave tools through Telegram, providing users with quick and easy access to information directly in their chat. Below is a breakdown of the workflow: ---
Create Teams Notifications for New Tickets in Connectwise...
This workflow retrieves new tickets from ConnectWise Manage, filters out tickets that have already been sent, combines tickets from the same company, and sends a notification to a Microsoft Teams channel for dispatch teams. It uses Redis to keep track of sent tickets, preventing duplicate notifications.
Get Cocktail Suggestions to Mattermost - N8n Template
A workflow to receive cocktail suggestions every Friday evening at 6 PM. The workflow is triggered by the Cron node. The HTTP Request node pulls the data from [TheCocktailDB.com](https://www.thecocktaildb.com/) and publishes it to a Mattermost channel using the Mattermost node. 
Android to N8n Automation Save Links to with Readeck, O...
This workflow is for automating and centralizing your bookmarking process using AI-powered tagging and seamless integration between your Android device and a self-hosted Read Deck platform (https://readeck.org/en/). This workflow eliminates manual entry, organizes links with smart AI-generated tags, and ensures your bookmarks are always accessible, searchable, and secure. [](https://youtu.be/xveKt6dcWqc?si=7KN9eZoKqS7bKrqL) **How It Works** 📱 **Android Shortcut Integration** Use the HTTP Shortcuts app to create a 1-tap trigger that sends URLs and titles from your Android phone directly to n8n. 🤖 **AI-Powered Tagging & Processing** Leverage ChatGPT-4 to analyze content context and auto-generate relevant tags (e.g., “Tech Tutorials,” “Productivity Tools”). Extract clean titles and URLs from messy shared data (even from apps like Twitter or Reddit). 🔗 **Readeck Integration** Automatically save processed bookmarks to your self-hosted Readeck-like platform with structured metadata (title, URL, tags). ⚡ **Silent Automation** It runs in the background—no pop-ups or interruptions. 🔒 **Pro Security** Optional authentication (API tokens, headers) to protect your data.