TransactionalScheduledEmails
Get Transactional Scheduled Emails.
Table Specific Information
Only SELECT is supported for TransactionalScheduledEmails.
Select
The add-in 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 add-in.
- To supports the '=' operator.
SELECT * FROM TransactionalScheduledEmails 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. |