Teams Channel Provider

Configuration

The configuration steps are explained in the teams configuration page.

Teams Token

required fields are marked with an `*`
ParameterTypeDescription
webhookobject
└ urlstring

Example

{}

Schema

{
  "properties": {
    "webhook": {
      "properties": {
        "url": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}