Transactional_Email__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Cart_Abandoned__c | Checkbox(false) | No | No | Set to true if the email is to be sent when the order is set to ‘Abandoned’. |
| Checkout_Step__c | Picklist | No | No | The value the orders Checkout Step must be for the email to send. |
| Classic_Email_Template_API_Name__c | Text | Yes | No | The API name of the Classic Email Template to be used when sending this email. |
| Enabled__c | Checkbox(false) | No | No | An email will be sent when the configured conditions are met when enabled. |
| Order_Status__c | Text | No | No | The value the orders Status must be for the email to send. |
| Store_Id__c | Lookup(Store__c) | Yes | No | The store this email is to be triggered from |
For more information about how or when to use the above, see our documentation.
Back to Documentation