Email Templates (Full Update)
File Naming Convention
TGEN_emailTemplates_fullupdate_2025-08_<optionalSuffix>.csv
importType:fullupdateapiVersion:2025-08
Columns
| Column Header | Description | Type | Required |
|---|---|---|---|
externalId | Integrator provided unique identifier for the template. Typically used to map a primary key from a third party system to the Tulip resource. | string | No |
subject | Subject of the template | string | No |
name | Name of the template | string | No |
content | HTML Document for the structure of the template | string | No |
languageCode | The language code of the template | string | No |
defaultText | Default Content for the template (to replace the {{content}} tag in the structure) | string | No |
thumbnailUrl | URL for the email template thumbnail | string | No |
category | The category in which the email template belongs | string | No |
stores | List of associated store UUIDs | array | No |
storeGroup | N/A | mixed | No |
storeGroup.externalId | The external identifier of the store group | string | No |
storeGroup.type | Type of the store group | string | No |
storeGroup.name | Name of the store group | string | No |
storeGroup.description | Description of the store group | string | No |
storeGroup.rules | Rules for membership in the store group. Valid keys: countryCode, disabled, district and storeType | object | No |
Sample CSV
See the following emailTemplates CSV sample file.