How to configure teams_webhook
Step-by-step guide on how to configure teams_webhook
starting May 18, 2026, old webhooks may stop working. To avoid disruptions, all users need to migrate to the new workflow. Learn more.
Setting up teams_webhook is a simple process that can be completed in a few steps.
Go to https://teams.microsoft.com/.
In the target Teams channel, open Workflows and create a new flow using the
When a Teams webhook request is receivedtrigger. SetAnyonein theWho can trigger the flow.Parse JSON wit hthe following parameters:
Content - “Teams” Body
Schema:
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"contentType": {
"type": "string"
},
"contentUrl": {
"type": [
"string",
"null"
]
},
"content": {
"type": "object"
}
}
}
}
}
}Select
Apply to each, then setattachmentsas the Select an output from previous steps value.Set
contentvalue for the Compose -> Inputs (insideApply to each).

Click Post card in chat or channel and set the Adaptive Card field to
Outputs(insideApply to each).

Last updated
Was this helpful?