MESSAGE_USER_SLACK

Send a message to a Slack user as the dashdash 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_USER_SLACK(usermessage)
user

The username of the Slack person. For example: "john.doe". Use LIST_USERS_SLACK() to find the correct username.

message

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

Examples

MESSAGE_USER_SLACK("john", "Hello world!") returns sends "Hello world!" to the Slack username"john".