Email Template Engine
Loads an HTML email template from file and replaces placeholder tokens ({{Name}}, {{Date}}, {{Amount}}) with runtime values. Produces ready-to-send HTML body.
Sign in or create a free account to copy this script.
Provided as-is, without warranty of any kind. Review and test each pattern in a non-production environment before deploying it to live automations. See our Terms.
Problem this solves
Hardcoded email bodies are impossible to maintain across multiple flows.
Dependencies
- Outlook Email Sender
- Run Summary Emailer