ScheduledEmails
Get Scheduled Emails.
Table Specific Information
Only SELECT is supported for ScheduleEmails.
Select
The provider will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
- To supports the '=' operator.
SELECT * FROM ScheduleEmails WHERE To = '[email protected]'
Columns
| Name | Type | Description |
| Id [KEY] | String | The scheduled message id. |
| CreatedAt | Datetime | The UTC timestamp when the message was created, in YYYY-MM-DD HH:MM:SS format. |
| SendAt | Datetime | The UTC timestamp when the message will be sent, in YYYY-MM-DD HH:MM:SS format. |
| FromEmail | String | The email's sender address. |
| To | String | The email's recipient. |
| Subject | String | The email's subject. |