Post to Slack
The Post to Slack step sends a message to one or more Slack channels. Use it for team notifications, digests, and workflow alerts.
Configuration​
| Field | Required | Description |
|---|---|---|
| Channels | Yes | Slack channels that should receive the message. |
| Title | No | Message title. Supports variables. |
| Message | No | Message body. Supports variables. |
Input Variables​
Title and Message can use upstream variables such as {{compose1.text}},
{{html1.url}}, or {{chat1.completion}}.
Output Variables​
This step does not expose reusable output variables.
Example​
Post a weekly update to #general with title
Weekly insights for {{startOfWeek}} and message {{compose1.text}}.