# Instantly when receiving a new post on any public #channel — Slack Botize method — `slack.webhook` (trigger). Triggers instantly when a user posts a message in any public Slack channel. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `type` *(string, one of: "any"; "command")* — Type of message source. Determines if any text from users or only texts with specified command are accepted - `command` *(string)* — Command. Command text to match if 'type' is 'command' *(Fields derived from the configuration form.)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{from_id}}` *(text)* — From User Id - `{{channel_id}}` *(text)* — From Channel Id - `{{text}}` *(text)* — User message ## Account Needs a connected Slack account in Botize: https://botize.com/en/app/slack/authenticate ## This app Every trigger and action for Slack: https://botize.com/en/app/slack.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/slack/webhook