From ddcabd436840eeb4e2fea577b6965891b7102ca0 Mon Sep 17 00:00:00 2001 From: "tembo[bot]" <208362400+tembo[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:44:35 +0000 Subject: [PATCH] docs(slack): remove unsupported slash_command event reference Co-authored-by: Darren --- integrations/slack.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/slack.mdx b/integrations/slack.mdx index c73e6e1..96916eb 100644 --- a/integrations/slack.mdx +++ b/integrations/slack.mdx @@ -123,7 +123,6 @@ When you mention `@tembo` in a thread, the coding agent automatically: Tembo reacts to Slack interactions and maps them to automation triggers (use a `slack.*` naming convention in your `triggerName`, e.g., `slack.app_mention`). The Integrations page in the app shows the live set enabled for your org. Supported events: - `app_mention` -- `slash_command` - `message_action` - `thread_reply`