Transactional Email Object Reference
Overview
Hold the various transactional emails defined for each store allowing each store to have different branding or messages within their emails.
These are sent according to different trigger states on the Order object.
| Property |
Value |
| API Name |
s_c__Transactional_Email__c |
| Label |
Transactional Email |
| Plural Label |
Transactional Emails |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Cart Abandoned |
s_c__Cart_Abandoned__c |
Checkbox |
No |
Set to true if the email is to be sent when the order is set to 'Abandoned'. |
| Checkout Step |
s_c__Checkout_Step__c |
Picklist |
No |
The value the orders Checkout Step must be for the email to send. |
| Classic Email Template API Name |
s_c__Classic_Email_Template_API_Name__c |
Text(255) |
Yes |
The API name of the Classic Email Template to be used when sending this email. |
| Enabled |
s_c__Enabled__c |
Checkbox |
No |
An email will be sent when the configured conditions are met when enabled. |
| Order Status |
s_c__Order_Status__c |
Text(255) |
No |
The value the orders Status must be for the email to send. |
| Store_Id |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
Yes |
The store this email is to be triggered from |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Transactional_Emails |
Last updated March 6, 2025