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

nametyperequiredconstraints
connectionstringyesName of the connection instance
actionstringyesenum: SEND_MESSAGEOperation to perform
channelstringyesSlack channel name or id
messagestringyesText content of the Slack message

Example (JSON)

{
  "connection": "slack-prod",
  "action": "SEND_MESSAGE",
  "channel": "#ops-alerts",
  "message": "New submission received for Workflow ABC."
}