Hi {{firstName,fallback=there}}, your plan is {{plan}}.
" }' ``` ## Best practices | Best practice | Why it helps | | -------------------------------------------- | -------------------------------------------------------------------- | | Register variables before importing contacts | Keeps CSV columns and API properties aligned with the contact book | | Keep variable names simple | Makes templates easier to read and maintain | | Use fallbacks for optional data | Prevents awkward empty spaces when a contact is missing a value | | Test with a small segment first | Helps you verify rendered output before sending to a larger audience |