Token
TeamsTokenPayload :
Parameter | Type | Required(*) | Description |
---|---|---|---|
webhook | object | ||
└ url | string |
Example
{}
Schema
{
"properties": {
"webhook": {
"properties": {
"url": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}