Ampersand · JSON Structure

Ampersand Api Notification Event Type Structure

The type of notification event.

Type: string Properties: 0
Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

NotificationEventType is a JSON Structure definition published by Ampersand. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-structure/ampersand-api-notification-event-type-structure.json",
  "name": "NotificationEventType",
  "description": "The type of notification event.",
  "type": "string",
  "enum": [
    "connection.created",
    "connection.error",
    "connection.refreshed",
    "connection.deleted",
    "installation.created",
    "installation.updated",
    "installation.deleted",
    "read.schedule.paused",
    "read.backfill.done",
    "read.triggered.done",
    "read.triggered.error",
    "write.async.done",
    "destination.webhook.disabled"
  ]
}