Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "AUTHORIZATION"}}Pending: {{amount}} card charge by {{merchantName}}{{/equals}}{{#equals type "REVERSAL"}}Pending: {{amount}} refund from {{merchantName}}{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "AUTHORIZATION"}}
We'll let you know as soon as this settles.
Your {{card}} has a pending charge of {{amount}} by {{merchantName}}.
View transaction at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "REVERSAL"}}
We'll let you know as soon as this settles.
Your {{card}} has a pending refund of {{amount}} from {{merchantName}}.
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.