Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "AUTHORIZATION"}}Card payment of {{amount}} to {{merchantName}} completed{{/equals}}{{#equals type "REVERSAL"}}Reversal of {{amount}} from {{merchantName}} completed{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "AUTHORIZATION"}}
Funds have been debited from {{card}}.
Your card payment of {{amount}} to {{merchantName}} has been completed. Funds have been debited from {{card}}.
{{/equals}}{{#equals type "REVERSAL"}}
Funds have been returned to {{card}}.
A reversal of {{amount}} from {{merchantName}} has been completed. Funds have been credited to {{card}}.
{{/equals}}
View at app.cfx.to ( {{url}} )