NotificationIntegrationSettings
No description
type NotificationIntegrationSettings {
build: Boolean
deploy: Boolean
podCrash: Boolean
conditions: NotificationConditionProvider
}
Fields
NotificationIntegrationSettings.build
● Boolean
scalar
Enable/Disable build notifications
NotificationIntegrationSettings.deploy
● Boolean
scalar
Enable/Disable deploy notifications
NotificationIntegrationSettings.podCrash
● Boolean
scalar
Enable/Disable kubernetes pod crash notifications
NotificationIntegrationSettings.conditions
● NotificationConditionProvider
union
The condition that must be satisfied for a notification to be forwarded to this integration. A null value indicates all configured notifications will be forwarded.
Conditions apply to all configured notification types. To apply different conditions independently to each notification type, create a separate notification integration for each notification type, and apply the desired conditions to each.
NOTE: Conditions cannot be configured "globally" for a user.
Returned by
updateNotificationIntegrationSettings
mutation
Member Of
DiscordWebhookIntegration
object ● EmailIntegration
object ● NotificationIntegration
interface ● SlackWebhookIntegration
object ● User
object