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 |
---|---|---|---|
attachments | ScheduledMailAttachment[] | (ALPHA) Email attachments | |
bcc? | string[] | (ALPHA) (Optional) BCC recipients email addresses | |
body | string | (ALPHA) Email message body | |
description | string | (ALPHA) Scheduled email description | |
lastSuccessful? | string | (ALPHA) (Optional) Date of the last successful email processing job run | |
subject | string | (ALPHA) Email subject | |
title | string | (ALPHA) Scheduled email title | |
to | string[] | (ALPHA) Recipients unique login identifiers - should be equal to login property in IWorkspaceUser / IUser | |
unlisted | boolean | (ALPHA) Is unlisted? | |
unsubscribed? | string[] | (ALPHA) (Optional) Unsubscribed recipients email addresses | |
when | { startDate: string; endDate?: string; recurrence: string; timeZone: string; } | (ALPHA) Scheduled email job interval |