PostHog · Schema

IntegrationKind

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

JSON Schema

posthog-integrationkind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationKind",
  "title": "IntegrationKind",
  "enum": [
    "slack",
    "slack-posthog-code",
    "salesforce",
    "hubspot",
    "google-pubsub",
    "google-cloud-service-account",
    "google-cloud-storage",
    "google-ads",
    "google-sheets",
    "linkedin-ads",
    "snapchat",
    "stripe",
    "intercom",
    "email",
    "twilio",
    "linear",
    "github",
    "gitlab",
    "meta-ads",
    "clickup",
    "reddit-ads",
    "databricks",
    "tiktok-ads",
    "bing-ads",
    "vercel",
    "azure-blob",
    "firebase",
    "jira",
    "pinterest-ads",
    "customerio-app",
    "customerio-webhook",
    "customerio-track"
  ],
  "type": "string"
}