CustomerEmailTemplate
Represents email template assignments for customers, linking specific email templates to customers for use on particular transaction types.
Columns
| Name | Type | ReadOnly | Description |
| customer_Href | String | True |
The URL of the customer associated with this email template assignment. |
| customer_Id | String | False |
The Id of the customer associated with this email template assignment. |
| customer_Key | String | False |
The system-assigned key of the customer associated with this email template assignment. |
| emailTemplate_Href | String | True |
The URL of the email template associated with this assignment. |
| emailTemplate_Id | String | False |
The Id of the email template associated with this assignment. |
| emailTemplate_Key | String | False |
The system-assigned key of the email template associated with this assignment. |
| emailTemplate_Name | String | True |
The name of the email template associated with this assignment. |
| emailTemplate_TemplateType | String | True |
The template type of the email template associated with this assignment. |
| href | String | True |
The URL of the customer email template resource. |
| id | String | True |
The unique identifier of the customer email template record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the customer email template record. |
| txnDefinition_Href | String | True |
The URL of the transaction definition associated with this customer email template. |
| txnDefinition_Id | String | False |
The Id of the transaction definition associated with this customer email template. |
| txnDefinition_Key | String | True |
The system-assigned key of the transaction definition associated with this customer email template. |