Send Channel Message
Creates a new message in a Slack channel.
Query
Comma-separated response fields to include.
Body
Slack channel to send the message to.
The content of the message.
Override the connection's Default Sender for this action only.
Set your bot's user name.
Emoji to use as the icon for this message. Overrides Icon Url.
URL to an image to use as the icon for this message.
Pass true to enable unfurling of primarily text-based content.
Pass false to disable unfurling of media content.
By default, URLs will be hyperlinked. Set parse to none to remove the hyperlinks. The behavior of parse is different for text formatted with markdown. By default, or when parse is set to none, markdown formatting is implemented. To ignore markdown formatting, set parse to full.
Disable Slack markup parsing by setting to false. Enabled by default.
Provide another message's timestamp value to make this message a reply. Avoid using a reply's timestamp value; use its parent instead.
Used in conjunction with Thread Timestamp and indicates whether reply should be made visible to everyone in the channel or conversation.