TransactionalScheduledEmails
Displays scheduled transactional emails awaiting delivery.
Table Specific Information
Only SELECT is supported for TransactionalScheduledEmails.
Select
The connector 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 connector.
- To supports the '=' operator.
SELECT * FROM TransactionalScheduledEmails WHERE To = '[email protected]'
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier of the scheduled transactional email message. |
| CreatedAt | Datetime | The Coordinated Universal Time (UTC) timestamp indicating when the message was created, formatted as YYYY-MM-DD HH:MM:SS. |
| SendAt | Datetime | The Coordinated Universal Time (UTC) timestamp specifying when the message is scheduled to be sent, formatted as YYYY-MM-DD HH:MM:SS. |
| FromEmail | String | The sender's email address from which the transactional message originates. |
| To | String | The recipient's email address to which the transactional message will be delivered. |
| Subject | String | The subject line of the scheduled transactional email message. |