Slack send
This activity sends a message to a Slack channel. An incoming webhook must be configured. To do this, create a Slack App and get your Slack Administrator to approve it.
| Parameters | Description |
|---|---|
|
Channel |
The name of the Slack channel that the message will be sent to. |
|
Username |
The Slack username that will be sending the message to the channel |
|
Message |
The text to be sent to the Channel |
|
URL |
The Slack Webhook URL generated when creating the incoming webhook |
| Parameters | Description |
|---|---|
|
Results |
The payload returned from the post of the URL to Slack. |
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
↑