How to use it
- Add a Slack message step to your workflow.
- Write the message. It accepts variables from earlier steps, so you can drop in the account name, a summary an agent produced, or a field from the triggering record.
- Choose the recipients — at least one. A recipient can be a channel, a user, a variable that resolves to a channel or person at run time (for example, the account’s Slack channel), or a channel template.
Good to know
- Add a threaded message to post a follow-up in the thread under the main message — useful for keeping detail out of the top-line post.
- Turn on human review to hold the message for one person’s approval before it posts.
- A test run never actually posts to Slack — it shows you what the message would be, so you can check a workflow safely before publishing.
In practice
When an external call ends, run an agent to summarize it, then post the recap to the account’s Slack channel with{{agent-1.output}} in the message — the team sees the summary without anyone writing it up.
Related
- Run an agent — generate the text the Slack message posts
- Triggers — start the workflow on the event you want to announce
- Human review — approve a message before it posts