Slack Nodes
9
Free workflow nodes for n8n, BuildShip, and Make.com. Copy and paste directly into your automation workflows.
Slack Add Reaction
n8n-nodes-base.httpRequest
Add an emoji reaction to a message in Slack using the reactions.add API. Supports any standard or custom emoji.
Slack Create Channel
n8n-nodes-base.httpRequest
Create a new public or private channel in Slack using the conversations.create API.
Slack Get Channel History
n8n-nodes-base.httpRequest
Fetch message history from a Slack channel using the conversations.history API. Supports pagination and time-based filtering.
Slack Get User Info
n8n-nodes-base.httpRequest
Retrieve detailed information about a Slack user using the users.info API. Returns profile, status, and timezone data.
Slack Invite to Channel
n8n-nodes-base.httpRequest
Invite one or more users to a Slack channel using the conversations.invite API.
Slack List Channels
n8n-nodes-base.httpRequest
List all channels in a Slack workspace using the conversations.list API. Supports filtering by channel type and pagination.
Slack Channel Notification
n8n-nodes-base.slack
Send formatted messages to Slack channels with rich formatting, mentions, and attachments. Ideal for team notifications and alerts.
Slack Post Message
n8n-nodes-base.httpRequest
Send a message to a Slack channel or user via the chat.postMessage API. Supports rich formatting, blocks, and attachments.
Slack Set Channel Topic
n8n-nodes-base.httpRequest
Set the topic for a Slack channel using the conversations.setTopic API.