Skip to content
FlowHubFluxonLab
HTTP Request
Slackfree

Manage Slack channel and users automatically

by Harshil Agrawaladapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestSlack
Share Post Share
MaOn clicking 'execute'On clicking 'ex…SlackSlack1HRHTTP RequestSlack2Slack312345
1/5
STEPS · 5
Run manually by an operator

Explore this workflow on its official n8n template page.

Tags

n8nreference-onlyslack
Connects
WHTTP RequestSlack
CategorySlack
Triggermanual
Complexitymedium
Nodes6
AddedDec 4, 2020

Related workflows

See all Slack
xformerlytwitter
free

Find and share mentions from Twitter and Slack

This workflow searches for mentions of a company's name on Twitter and shares the tweets that mention it in a Slack channel. Prerequisites A Slack account and credentials A Twitter account and credentials Nodes Cron node executes the workflow every 10 minutes. Note that if you change the Mode from "Every X" you will need to manually update the Date & Time node to subtract the interval you are using. Set nodes set the required values (name of the Slack channel, name of the Twitter account to search for, the tweet text and URL). Date & Time node subtracts 10 minutes from the workflow execution time. Twitter node gets the latest 50 tweets that mention the specified account. IF node filters tweets posted in the past 10 minutes. Slack node posts tweets in a Slack channel.

by Jonathan
free

Post RSS feed items from yesterday to Slack

This workflow will collect the RSS feed data from the previous day and post them to a Slack channel. To use this workflow you will need to add your credentials to the Slack node and select the channel for notifications. You will also need to input the URL for the RSS feed.

by Jonathan
free

Send selected GitHub events to Slack

Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack

by Jan Oberhauser