Email Templates
This article explains how to configure email templates in RedCarbon to customize the organization name displayed in emails sent to customers.
Overview
When an analyst sends an email to a customer, the message includes the name of the organization at the beginning. By default, this name is taken from the organization's main configuration.
Email Templates allow you to override this behavior by specifying a custom Service Name that will appear in place of the default organization name — and to control which customers are affected using Match Labels.
Email Templates Table
Navigate to Organization Admin > Email Templates to view and manage your templates.
The table displays the following columns:
| Column | Description |
|---|---|
| Name | The internal name identifying the template |
| Description | A short description of the template's purpose |
| Service Name | The organization name that will appear in emails sent to matched customers |
| Match Labels | The label selector used to target specific customers |
Example
| Name | Description | Service Name | Match Labels |
|---|---|---|---|
| Acme | acme | ACME Organization | id = custo_asdh79nba8934545nbya |
In this example, customers matching the label id = custo_asdh79nba8934545nbya will receive emails showing ACME Organization as the sender organization name instead of the default one.
Match Labels
The Match Labels column defines which customers are affected by a given template. See Match Labels for a full explanation of how to configure and use them.
To set match labels on a template:
- Navigate to
Organization Admin>Email Templates. - Click
set match labelsnext to the template. - Enter the label expression (e.g.,
id = custo_xyz). - Click
Save.
If no match labels are set, the template will not be applied to any customer.
How It Works
- An analyst sends an email notification to a customer.
- RedCarbon checks whether any active email template has match labels that apply to that customer.
- If a match is found, the Service Name defined in the template replaces the default organization name in the email.
- If no match is found, the default organization name is used.
This mechanism is useful when managing multiple brands or sub-organizations under the same RedCarbon instance, allowing each customer to receive communications tailored to their organization context.