Skip to content

Subject lines

Subject lines are short sentences that provide more context about the email. You can add subject lines to emails published to Veeva Vault and SFMC. Use subject lines to configure the appropriate fields in Platforce CLM.

You can include the following subject lines in your build:

  • subject is the email subject.

  • teaser is the preview text displayed after the subject.

By default, the ./common/i18n/subject-lines.json file stores the subject and teaser data.

You can change the file location in the email system settings.

An example of a subject-lines.json file:

json
{
  "eng": {
    "subject": "My email",
    "teaser": "Preview text"
  },
  "fra": {
    "subject": "Mon courriel"
  },
  "deu": {
    "teaser": "Das ist ein Teaser"
  }
}

The subject-lines.json file includes the objects for the subject and teaser using a three-letter ISO 3 code. In the file example, the subject and teaser are displayed for the English, French, and German languages—eng, fra, and deu.

You can localize subject and teaser for different languages. Localization settings apply to the subject-lines.json file. If localization is unavailable for the current language, the fallback languages apply.