Skip to content

Slack nodes

Tools for sending messages and media to Slack.  These nodes are also served as MCP tools on the slack MCP server. Back to the full node reference.

Slack Send Media

slack_send_media · natural-language configurable · 3 credits on Cloud

Send a media file to a Slack channel.

Credential: Slack (OAuth)

Parameters

FieldTypeRequiredDescription
channelstringSlack channel ID where the media will be sent.
mediaUrlsarray<string>List of media URLs to upload to the Slack channel.
textstringOptional comment to post alongside the media.

Output

Returns a list of records — reference fields downstream as $<node>.error.

FieldTypeDescription
errorstringError message when the media upload failed.
statusbooleanWhether the media upload completed successfully.

Slack Send Message

slack_send_message · natural-language configurable · 3 credits on Cloud

Send a text message to a Slack channel.

Credential: Slack (OAuth)

Parameters

FieldTypeRequiredDescription
channelstringSlack channel ID where the message will be posted.
textstringMessage text to post to the Slack channel.

Output

Returns a list of records — reference fields downstream as $<node>.messageId.

FieldTypeDescription
messageIdstringSlack message timestamp identifier.
statusbooleanWhether the Slack message was sent successfully.