Skip to main content
Version: 0.1.0

NotificationIntegration

A destination for Zeet notifications.

interface NotificationIntegration {
notificationSettings: NotificationIntegrationSettings
deliveryError: NotificationDeliveryError
}

Fields

NotificationIntegration.notificationSettings ● NotificationIntegrationSettings object

A notification integration can independently configure notification settings. When null, this integration will use the user's notificationIntegrationSettings.

NOTE: These settings are NOT individually "merged" with the user's notificationIntegrationSettings, either the integration's settings are used, or the user's settings are used as a fallback.

NotificationIntegration.deliveryError ● NotificationDeliveryError object

The latest error that prevented delivery of a notification via this integration.

Implemented By

DiscordWebhookIntegration object ● EmailIntegration object ● SlackWebhookIntegration object