IWebhookMessageDataBase
Home > @gooddata/sdk-model > IWebhookMessageDataBase
IWebhookMessageDataBase 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.
Data from the webhook message.
Signature:
export interface IWebhookMessageDataBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
automation | IWebhookAutomationInfo | (ALPHA) Automation information. | |
details? | IAutomationDetails | (ALPHA) (Optional) Automation details. | |
recipients? | WebhookRecipient[] | (ALPHA) (Optional) Recipients of the webhook message. | |
remainingActionCount? | number | (ALPHA) (Optional) Remaining export/alert evaluation count | |
tabularExports? | IExportResult[] | (ALPHA) (Optional) Tabular export results | |
visualExports? | IExportResult[] | (ALPHA) (Optional) Visual export results |