Set up Getwello with Microsoft Teams
Post Adaptive Cards to a Teams channel via Incoming Webhook. Free with Microsoft 365.
Wire Getwello into a Microsoft Teams channel so check-ins arrive as Adaptive Cards rather than raw text.
What you need
- Microsoft Teams (personal or work).
- A Getwello Coordinator account with active subscription.
- 10 minutes.
Step 1: Add an Incoming Webhook to your Teams channel
- Open the channel in Teams. Click the … menu → Manage channel → Connectors (or Apps).
- Find “Incoming Webhook”, click Add.
- Name it “Getwello”, upload an icon if you like, click Create.
- Copy the URL Teams gives you.
Step 2: Pick how to format the message
Teams supports rich Adaptive Cards. For the easiest setup, route through Zapier or a Worker that reshapes our event into a Card payload.
Example Adaptive Card body:
{
"type": "message",
"attachments": [{
"contentType": "application/vnd.microsoft.card.adaptive",
"content": {
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.4",
"body": [
{ "type": "TextBlock", "text": "Mum has just checked in",
"weight": "Bolder", "size": "Large", "color": "Good" },
{ "type": "FactSet", "facts": [
{ "title": "Time", "value": "08:14 BST" },
{ "title": "Mood", "value": "Fine" }
]}
]
}
}]
}
Step 3: Create the Getwello webhook subscription
Settings → Developer API → Webhooks. URL is the Teams webhook URL (or your Zapier/Worker URL if you added a reshape step).
Test
Click Test. The card appears in the Teams channel within a couple of seconds.
Troubleshooting
Card displays but is ugly: double-check the JSON validates as an Adaptive Card v1.4 payload. Adaptive Cards Designer previews it.
IT blocks the connector: some corporate tenants restrict Incoming Webhooks. Ask IT to allow it on a specific channel, or use a personal Teams account.
More on developer api, mcp and webhooks
- What the Developer API is for, in plain English
- Create your first API key
- Set up the Getwello MCP server with Claude Desktop
- What webhooks are, and why you would want one
- Set up your first webhook
- Recipe: Sonos announces "Mum has just checked in" via Home Assistant
- Troubleshooting integrations
- Set up Getwello with Slack, end to end
- Set up Getwello with Amazon Alexa
- Set up Getwello with Apple Shortcuts and Siri
- Set up Getwello with Google Home and Nest
- Set up Getwello with Zapier
- Set up Getwello with Notion
- Set up Getwello with n8n
- Set up Getwello with Make.com
- Set up Getwello with Discord
- Set up Getwello with Telegram
- Set up Getwello with IFTTT
- Set up Getwello with Pushover
- Set up Getwello with Cursor
- Set up Getwello with Ollama
- Set up Getwello with Apple HomeKit
- Set up Getwello with SmartThings
- Set up Getwello with Hubitat
- Set up Getwello with Tasker
- Set up Getwello with Sonos
- Set up Getwello with Google Calendar
- Set up Getwello with Apple Calendar
- Set up Getwello with Obsidian
- Set up Getwello with ntfy
Didn't answer your question?
Email hello@getwello.co.uk