Token

TeamsTokenPayload :

ParameterTypeRequired(*)Description
webhookobject
└ urlstring

Example

{}

Schema

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