IScheduledMailBase
Home > @gooddata/sdk-model > IScheduledMailBase
IScheduledMailBase 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 IAutomationMetadataObjectBase instead
A scheduled email common properties
Signature:
export interface IScheduledMailBase
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(ALPHA) Email attachments | |||
string[] |
(ALPHA) (Optional) BCC recipients email addresses | ||
string |
(ALPHA) Email message body | ||
string |
(ALPHA) Scheduled email description | ||
string |
(ALPHA) (Optional) Date of the last successful email processing job run | ||
string |
(ALPHA) Email subject | ||
string |
(ALPHA) Scheduled email title | ||
string[] |
(ALPHA) Recipients unique login identifiers - should be equal to login property in IWorkspaceUser / IUser | ||
boolean |
(ALPHA) Is unlisted? | ||
string[] |
(ALPHA) (Optional) Unsubscribed recipients email addresses | ||
{ startDate: string; endDate?: string; recurrence: string; timeZone: string; } |
(ALPHA) Scheduled email job interval |