CreateScheduledEmailPayload
Home > @gooddata/sdk-ui-dashboard > CreateScheduledEmailPayload
CreateScheduledEmailPayload interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the CreateScheduledEmail command.
Signature:
export interface CreateScheduledEmailPayload
Properties
Property | Type | Description |
---|---|---|
filterContext? | IFilterContextDefinition | (BETA) (Optional) Filter context to use for the scheduled email. If no filter context is provided, stored dashboard filter context will be used. |
scheduledEmail | IScheduledMailDefinition | (BETA) The scheduled email to create. |