MESSAGE_CHANNEL_SLACK

Send a message to a Slack channel as the Slack app.

icon of SlackSlack
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
MESSAGE_CHANNEL_SLACK(channelmessage)
channel

Channel name or ID. Use LIST_CHANNELS_SLACK() to find the correct channel name of ID.

message

The message to send. For example: "Hey there! This was sent from a spreadsheet!". Supports basic Markdown styling.

Examples

MESSAGE_CHANNEL_SLACK("general", "Hello world!") returns sends "Hello world!" to the "general" Slack channel.