PostHog · Schema

NotificationDestinationTypeEnum

* `slack` - slack * `webhook` - webhook

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-notificationdestinationtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationDestinationTypeEnum",
  "title": "NotificationDestinationTypeEnum",
  "enum": [
    "slack",
    "webhook"
  ],
  "type": "string",
  "description": "* `slack` - slack\n* `webhook` - webhook"
}