AeionClaw + Microsoft Teams
AeionClaw's Reaction Engine and scheduled workflows can push formatted alerts straight into a Microsoft Teams channel — no app registration, no bot to build. Point a Teams incoming webhook connector URL at a Claw reaction and Aeion posts an Adaptive Card the moment the trigger condition fires. This is one-way delivery: Aeion → Teams. There's no Bot Framework registration, Entra ID app, or Graph API subscription behind it, so Claw can't read channel messages, join meetings, or hold a conversation in Teams today.
How It Actually Works
`
Setup Walkthrough
```bash
FAQ
Not today. Claw's Teams integration is a one-way outbound webhook — you generate a Teams incoming-webhook connector URL and give it to a Claw reaction or notification target. There's no app manifest, Bot Framework registration, or Teams Admin Center distribution for Claw specifically.
Not currently — Claw has no Bot Framework messaging endpoint or Graph API subscription, so it can't see channel messages or mentions. Everything is Aeion-event-triggered, not Teams-message-triggered.
Not available today. That would require a Teams meeting bot with Graph API real-time transcript access, which Claw doesn't have.
Not applicable — since there's no installed app or bot identity, there's nothing for a Teams user to sign into. Notification delivery is per-webhook-URL, not per-user.
Not shipped. Today's mechanism is a direct webhook POST configured on a Claw reaction, not a published Power Automate connector.
Anything a Claw Reaction or scheduled workflow is configured to push — stalled-deal alerts, escalated monitoring alerts, digest-style summaries composed by a Claw persona — delivered as a formatted card via the webhook connector.
That's Aeion Connect's Teams organization integration — a separate integration for reading/sending support conversations. It's distinct from Claw's outbound-only webhook alerts.
Yes — see `slack-claw-bot`. Same webhook-only mechanism, Slack Block Kit formatting instead of Teams cards.
Not shipped yet. Talk to your Aeion contact if this is a blocker for your rollout.