ilert · Schema

AlertActionType

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

alertactiontype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertActionType",
  "title": "AlertActionType",
  "type": "string",
  "enum": [
    "autotask",
    "jira",
    "microsoft_teams_bot",
    "microsoft_teams_webhook",
    "servicenow",
    "slack",
    "slack_webhook",
    "webhook",
    "zendesk",
    "discord",
    "github",
    "topdesk",
    "email",
    "zapier",
    "zammad",
    "mattermost",
    "zoom_chat",
    "dingtalk",
    "aws_event_bridge",
    "dynamic",
    "zabbix",
    "automation_rule",
    "telegram",
    "google_chat_bot",
    "google_chat_webhook"
  ]
}