testNotificationChannel()
Home > @gooddata/sdk-backend-spi > IOrganizationNotificationChannelService > testNotificationChannel
IOrganizationNotificationChannelService.testNotificationChannel() method
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.
Test notification channel
Signature:
testNotificationChannel(channel: INotificationChannelMetadataObjectDefinition): Promise<INotificationChannelTestResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
channel | INotificationChannelMetadataObjectDefinition | definition of the channel |
Returns:
Promise<INotificationChannelTestResponse>
Promise resolved with test response.