NotificationChannelDestinationType
Home > @gooddata/sdk-model > NotificationChannelDestinationType
NotificationChannelDestinationType type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Type of the destination of the notification channel, where the notifications are to be sent.
Signature:
export type NotificationChannelDestinationType = "webhook" | "smtp" | "inPlatform";