Postboi posts an Adaptive Card to a Power Automate Workflows webhook — the current, supported way into a Teams channel.
Setup
In Teams: pick a channel → Workflows → Post to a channel when a webhook request is
received. The URL it gives you lives on logic.azure.com:
Treat the URL as a secret — anyone holding it can post to your channel. It’s exactly the kind of credential team sync exists for.
Legacy connector URLs are rejected
If you have an old Office 365 connector URL (outlook.office.com/webhook/… or ….webhook.office.com/…): Microsoft disabled those in May 2026, and posts to them
vanish without an error. Postboi recognises them and throws code: "legacy_webhook" instead — a loud failure pointing at the Workflows setup
above, rather than a message that silently never arrives.
Titles
title renders as a bold heading block in the card:
Development posts for real
Unlike SMS, Teams is not intercepted in development. With no TEAMS_WEBHOOK_URL configured, messages are captured by the dev inbox (or logged) instead of
erroring.