Teams Channel Provider
Configuration
The configuration steps are explained in the teams configuration page.
Teams Token
| Parameter | Type | Description |
|---|---|---|
| webhook | object | |
| └ url | string |
Example
{}Schema
{
"properties": {
"webhook": {
"properties": {
"url": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}