What problem does it solve? Teams running automated crew workflows need to know when a phase completes, a verification gate fails, or a review finishes, but setting up channel notifications is confusing — especially since the old Teams Incoming Webhook connector path was permanently disabled. ## Core Features & Use Cases - Microsoft Teams setup: Walks through creating a Workflows (Power Automate) webhook, exporting the URL as an environment variable, and testing it with an Adaptive Card payload. - Telegram bot setup: Guides creating a bot via @BotFather, resolving the chat id, and sending test messages through the Bot API. - Event-based configuration: Maps crew events (phase, gate, review, waiting, done) to notification triggers with payload discipline rules that keep secrets and file contents out of chat channels. - Use Case: You want a Teams channel pinged only when a verification gate fails during an autonomous run — configure the webhook, set the gate event, and keep payloads to a single truncated line. ## Quick Start Ask the assistant to set up Teams notifications for crew phase and gate events using a Workflows webhook stored in an environment variable.