Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "DIRECT"}}Incoming {{amount}} direct deposit{{/equals}}{{#equals type "SWIFT_WIRE"}}Incoming {{amount}} international wire{{/equals}}{{#equals type "US_BANK_ACH"}}Incoming {{amount}} ACH deposit{{/equals}}{{#equals type "US_WIRE"}}Incoming {{amount}} US wire{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "DIRECT"}}
We'll notify you when it clears.
An incoming direct deposit of {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View account at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "SWIFT_WIRE"}}
We'll notify you when it clears.
An incoming international wire of {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View account at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "US_BANK_ACH"}}
We'll notify you when it clears.
An incoming ACH deposit of {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View account at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "US_WIRE"}}
We'll notify you when it clears.
An incoming US wire of {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View account 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.