EmailTemplatesUsedBy
Query email records which depend on a given email template.
Select
Note: Filters provided with one of the supported operators listed in the "Operators" column are processed server-side, all the other filters are processed client-side.
SELECT * FROM EmailTemplatesUsedBy WHERE EmailTemplateId=1
Columns
| Name | Type | Operators | Description |
| EmailTemplateId [KEY] | Int | = | The id of the email template. |
| Id [KEY] | Int | The id of the email that uses the email template. | |
| Name | String | The name of the email. | |
| Type | String | The type of the asset. | |
| Status | String | The status of the email. | |
| UpdatedAt | Datetime | The update date time of the email. |