How to configure teams_webhook
Step-by-step guide on how to configure teams_webhook
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"contentType": {
"type": "string"
},
"contentUrl": {
"type": [
"string",
"null"
]
},
"content": {
"type": "object"
}
}
}
}
}
}

Last updated
Was this helpful?