IWebhookNotificationChannelMetadataObject
Home > @gooddata/sdk-model > IWebhookNotificationChannelMetadataObject
IWebhookNotificationChannelMetadataObject 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.
Metadata object for webhook notification channel.
Signature:
export interface IWebhookNotificationChannelMetadataObject extends INotificationChannelMetadataObjectBase, IMdObject
Extends: INotificationChannelMetadataObjectBase, IMdObject
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
destinationConfig? | IWebhookDestinationConfiguration | (BETA) (Optional) Configuration of the webhook, where the notifications are to be sent. | |
destinationType | "webhook" | (BETA) | |
type | "notificationChannel" | (BETA) |