Slack Step
Sends a message to a Slack channel. Use this step to notify internal teams about workflow events in real time.
Top-level properties
| name | type | required | constraints | |
|---|---|---|---|---|
connection | string | yes | Name of the connection instance | |
action | string | yes | enum: SEND_MESSAGE | Operation to perform |
channel | string | yes | Slack channel name or id | |
message | string | yes | Text content of the Slack message |
Example (JSON)
{
"connection": "slack-prod",
"action": "SEND_MESSAGE",
"channel": "#ops-alerts",
"message": "New submission received for Workflow ABC."
}Updated 22 days ago
