Skip to main content

NotificationRecipientType

Supported notification recipient channels.

enum NotificationRecipientType {
EMAIL
GOOGLE_CHAT
MICROSOFT_TEAMS
SLACK
WEBHOOK
}

Values

NotificationRecipientType.EMAIL

Deliver notifications by email.

NotificationRecipientType.GOOGLE_CHAT

Deliver notifications to a Google Chat webhook.

NotificationRecipientType.MICROSOFT_TEAMS

Deliver notifications to a Microsoft Teams webhook.

NotificationRecipientType.SLACK

Deliver notifications to a Slack webhook.

NotificationRecipientType.WEBHOOK

Deliver notifications to a generic webhook.

Member Of

AddNotificationRecipientInput input ● EmailNotificationRecipient object ● GoogleChatNotificationRecipient object ● MicrosoftTeamsNotificationRecipient object ● NotificationRecipient interface ● SlackNotificationRecipient object ● UpdateNotificationRecipientInput input ● WebhookNotificationRecipient object