IOrganizationNotificationChannelService
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService
IOrganizationNotificationChannelService interface
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.
This service provides access to organization notifications channels.
Signature:
export interface IOrganizationNotificationChannelService
Methods
Method | Description |
---|---|
createNotificationChannel(notificationChannel) | (BETA) |
deleteNotificationChannel(id) | (BETA) Delete notification channel |
getNotificationChannel(id) | (BETA) |
getNotificationChannelsQuery() | (BETA) Query list of notification channels |
testNotificationChannel(channel) | (BETA) Test notification channel |
updateNotificationChannel(notificationChannel) | (BETA) Update existing notification channel |