Configuration
Before you configure this step, connect Slack in Integrations for your workspace using the OAuth flow. If no active connection is available, the step shows a warning with a link to Integrations instead of the account selector.
Arguments form
When you select an action, the Arguments section automatically renders a form driven by the action’s input schema. Each field includes:- A label and description from the action’s schema.
- An Insert Variable button next to eligible fields that injects references like
{{step_1.output.id}}at the cursor position. - Validation feedback inline if a required field is left empty.
Common actions
Destructive actions such as deleting messages, deleting channels, or removing users are not exposed in the workflow action picker.
Output
This step stores the Slack API response as the step output. The shape of the response depends on the action. Use the full output reference in later steps:Example
- Open Integrations and connect Slack if you have not already done that.
- Add a Slack step to your workflow.
- Select a connected account in Authentication.
- Choose Fetch Conversation History in Action to collect channel messages, or Send Message to post.
- In the Arguments form, fill in the channel and any message text. Use Insert Variable to reference an earlier step’s output for any field value.
- Click Run in the step header to test the action, then review the returned payload in Output.
Notes
- This step depends on a connected Slack integration in your workspace.
- The workflow action picker shows a curated subset of Slack actions. Agents with the Slack tool can access additional safe actions.
- OAuth may show third-party authorization branding during the connect flow.
- If you previously connected Slack before the multi-action update, reconnect Slack in Integrations so the account can use the expanded action set.

