Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "DIRECT"}} Incoming direct deposit for {{amount}} is pending {{/equals}}{{#equals type "SWIFT_WIRE"}} Incoming international wire for {{amount}} is pending {{/equals}}{{#equals type "US_BANK_ACH"}} Incoming ACH for {{amount}} is pending {{/equals}}{{#equals type "US_WIRE"}} Incoming US wire for {{amount}} is pending {{/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 the status changes.
An incoming direct payment for {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "SWIFT_WIRE"}}
We'll notify you when the status changes.
An incoming international wire payment for {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "US_BANK_ACH"}}
We'll notify you when the status changes.
An incoming ACH payment for {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "US_WIRE"}}
We'll notify you when the status changes.
An incoming US wire payment for {{amount}} is pending for {{entityName}}{{#if memo}} ({{memo}}){{/if}}.
View at app.cfx.to ( {{url}} )
{{/equals}}