Updated April 8 2025
Overview
This article describes how to dynamically modify the ‘From’ address used in Email Templates and the limitations of this method.
Applies To
- Email Templates
Solution
It is possible to include common variables using the Liquid syntax. For example, use application.client_metadata.yourKeyHere
for custom values on a per-application basis. It is not possible to set the entire ‘From’ field to such a variable.
For example, {{application.name}}
will not work, but {{application.name}}@[invalid URL removed]
will.