IScheduledMailDefinition
Home > @gooddata/sdk-model > IScheduledMailDefinition
IScheduledMailDefinition 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.
Warning: This API is now obsolete.
- use IAutomationMetadataObjectDefinition instead
A scheduled email is used to notify a user with an exported dashboard according to a specified time interval
Signature:
export interface IScheduledMailDefinition extends IScheduledMailBase, Partial<IDashboardObjectIdentity>
Extends: IScheduledMailBase, Partial<IDashboardObjectIdentity>