Actions
Send Message
Send a message to a channel, a single user or a group chat.
Note:
- When connecting via the Blink Bot, if the channel is private, the
Blink App
must be added to the channel in order to send messages. - When connection as a Slack User, the message will be sent on behalf of the authorized user who created the connection.
Basic Parameters
Parameter | Description |
---|---|
Channel | Channel or private group or IM channel to send message to. Can be an encoded ID or a name. |
Content | The message content, in text or blocks format. Learn more about Slack Blocks. |
Send To | Choose the message destination from the following three options:* Channel - Send the message to a specified channel.* Direct Message - Send the message to a specified channel.* Group Chat - Send the message to multiple users in a group chat. |
Thread Timestamp | If the message is sent in a channel provide another message’s timestamp value to make this message a reply. Avoid using a reply’s timestamp value and use its parent instead.When a message is sent using this action a timestamp is retrieved in the ts output field.For example: 1747310472.409969 . |
User Email | A single user to send the message to. |
User Emails | A comma separated list of users to send the message to in a group chat. |
Advanced Parameters
Parameter | Description |
---|---|
Mentions | A comma separated list of user emails to mention in the message. |