Shipped Channel Updates: document Slack message trigger for automations - #7000
Closed
mintlify[bot] wants to merge 1 commit into
Closed
Shipped Channel Updates: document Slack message trigger for automations#7000mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new Slack message trigger, which lets custom automations run when a teammate posts a top-level message in a selected Slack channel.
Changes
automations/index.mdx: Added Slack message to the trigger types list (now five triggers).automations/manage.mdx: Added Slack message option under Trigger configuration with channel selection and scope notes (top-level messages only, ignores thread replies, edits, and bot messages).automations/create.mdx: Mentioned Slack channel messages in the intro so users see this trigger option upfront.Context
Backed by mintlify/server#7548 ("Add chatPlatformMessage workflow trigger for Slack channel messages"), which introduces the
chatPlatformMessagetrigger schema and a routing gate that only forwards top-level channel messages (no subtype, nobot_id, nothread_ts).Note
Low Risk
Documentation-only updates to automation guides; no product code or configuration changes.
Overview
Documents the Slack message trigger so custom automations can run when teammates post in selected channels.
The overview now lists five trigger types and describes that the agent evaluates each new top-level message before acting. Manage explains channel selection, Mintlify Slack app requirement, and that thread replies, edits, bot messages, and Mintlify app messages are ignored. Create mentions Slack channel messages alongside other trigger options in the intro.
Reviewed by Cursor Bugbot for commit 896ec5d. Bugbot is set up for automated code reviews on this repo. Configure here.