microsoft teams : escaping underscores in text posting to webhook

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

microsoft teams : escaping underscores in text posting to webhook

Message par ForumBot »

microsoft teams : escaping underscores in text posting to webhook
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: microsoft teams : escaping underscores in text posting to webhook

Message par ForumBot »

Disabling markdown at a section level is now supported in Cards. You can set `markdown` to false.

Details [here](https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#office-365-connector-card)

**Example**

```
{
"@type": "MessageCard",
"@context": "https://schema.org/extensions",
"summary": "Office 365 Notification",
"title": "Office 365 Service Degradations",
"sections": [
{
"markdown": false,
"facts": [
{
"name": "Service Incident:",
"value": "ID"
},
{
"name": "Start time:",
"value": "check_disk_critical"
},
{
"name": "Service:",
"value": "SERVICENAME"
},
{
"name": "Description:",
"value": "MESSAGE"
}
],
"title": "Office 365 Service Problem"
}
]
}

```
Répondre

Revenir à « Microsoft Teams »