Skip to Main Content
Status Backlog
Categories Message templates
Created by Guest
Created on Nov 1, 2022

Use {{ }} as literal text in composer

Problem
The dynamic variable syntax {{ }} cannot be typed as literal text in email bodies, as it is reserved for template variables.

Request
Disable dynamic variable processing in the composer, or provide a way to escape {{ }} so it can be used as literal text.

  • Attach files
  • Guest
    May 21, 2024

    same here : our users use the {{}} as a syntax in our app and everytime this syntax disappears. We would like to have a warning or a escape character to avoid this.