Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "AUTHORIZATION"}}Your card was declined for {{amount}} by {{merchantName}}{{/equals}}{{#equals type "REVERSAL"}}Your {{amount}} refund from {{merchantName}} failed{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "AUTHORIZATION"}}
No funds were charged to your card.
Your {{card}} was declined for {{amount}} by {{merchantName}}.{{#if reason}} Reason: {{reason}}.{{/if}} No funds were charged.
View transaction at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "REVERSAL"}}
No funds were returned to your card.
Your {{amount}} refund from {{merchantName}} to {{card}} failed.{{#if reason}} Reason: {{reason}}.{{/if}}
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.