MagicBell · Schema

TeamsToken

notificationspush notificationsin-app notificationsemailSMSSlackMicrosoft Teamswebhooksnotification inboxmultichannelmobile pushweb push

Properties

Name Type Description
webhook object
View JSON Schema on GitHub

JSON Schema

magicbell-teamstoken.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/magicbell/main/json-schema/magicbell-teamstoken.json",
  "title": "TeamsToken",
  "type": "object",
  "properties": {
    "webhook": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string"
        }
      }
    }
  },
  "example": {}
}