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