[Slack] Send Message
Q100093: [Slack] Send Message
Sends a message to a Slack channel.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
Slack Connection | In | Assign a defined Slack Connection or directly enter the parameters and values which make up a valid connection for Slack . |
Connection type: Slack |
Slack Channel Id | In | Channel name if not supplied in Connection. | |
Message | In | Message to send. | |
Attachment | In | File path of attachment to upload. | |
Result | Out | The result returned by the server. |
(Italics = required parameter)
Notes
The [Slack] Send Message
module is built to allow your job to send a message to a specified channel on Telegram
. To use the module, you will need to setup an account with Slack if you do not already have one. The first thing you need in using the module is setting up a Slack Connection. Once you have defined a connection, then you can specify a different Channel ID
than what the default in the configured connection is. Otherwise, if left blank, it will send the message to the channel that is defined in the connection.
Using the Message
parameter, you can send any text as a message to the channel. You can also optionally specify a single file attachment that will be included with the message, when using the appropriately named Attachment
parameter.