--- subject: "Welcome to {{brand}}" previewText: "Quick hello from the team" vars: - firstName - brand - ctaUrl - ctaLabel --- <%= it.subject ?? 'Welcome' %>

Hi <%= it.firstName %>,

Welcome to <%= it.brand %>. Glad to have you on board.

<% if (it.ctaUrl && it.ctaLabel) { %>

<%= it.ctaLabel %>

<% } %>

— The <%= it.brand %> team