IOrganizationNotificationChannelService
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService
IOrganizationNotificationChannelService interface
This API is provided as an alpha 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 |
---|---|
createEmail(smtp) | (ALPHA) Create new email |
createWebhook(webhook) | (ALPHA) Create new webhook |
deleteChannel(id) | (ALPHA) Delete channel |
deleteEmail(id) | (ALPHA) Delete email |
deleteWebhook(id) | (ALPHA) Delete webhook |
getAll() | (ALPHA) Get all notification channels |
getCount() | (ALPHA) Get count of all notification channels |
getEmail(id) | (ALPHA) Get email by id |
getEmails() | (ALPHA) Get all emails |
getWebhook(id) | (ALPHA) Get webhook by id |
getWebhooks() | (ALPHA) Get all webhooks |
updateEmail(smtp) | (ALPHA) Update existing email |
updateWebhook(webhook) | (ALPHA) Update existing webhook |