Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "AUTHORIZATION"}}Your card was charged {{amount}} by {{merchantName}}{{/equals}}{{#equals type "REVERSAL"}}Your {{amount}} refund from {{merchantName}} is complete{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "AUTHORIZATION"}}{{amount}} was charged to your card.
Your {{card}} was charged {{amount}} by {{merchantName}}. This payment is now complete.
View transaction at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "REVERSAL"}}{{amount}} was returned to your card.
Your {{amount}} refund from {{merchantName}} to {{card}} is now complete.
View transaction at app.cfx.to ( {{url}} )
{{/equals}}
Activation requires a second operator.
Test sends go through the real pipeline and send the live copy — activate first to test new edits.