Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "INTERNAL"}}You're moving {{amount}} to {{targetAccount}}{{/equals}}{{#equals type "NETWORK_SENDER"}}You're sending {{amount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}}{{/equals}}{{#equals type "NETWORK_RECEIVER"}}Incoming {{amount}}{{#if sourceCustomerName}} from {{sourceCustomerName}}{{/if}}{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "INTERNAL"}}
Your funds are on the move.
You're moving {{amount}} from {{sourceAccount}} to {{targetAccount}}.{{#if senderMessage}} Reference: {{senderMessage}}.{{/if}}
View transfer at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "NETWORK_SENDER"}}
Your funds are on the move.
You're sending {{amount}} from {{sourceAccount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}}.{{#if senderMessage}} Reference: {{senderMessage}}.{{/if}}
View transfer at app.cfx.to ( {{sourceAccountUrl}} )
{{/equals}}{{#equals type "NETWORK_RECEIVER"}}
An incoming transfer is on its way.
{{#if sourceCustomerName}}{{sourceCustomerName}} is sending you {{amount}}. {{/if}}The transfer is in progress.
View transfer at app.cfx.to ( {{targetAccountUrl}} )
{{/equals}}
Activation requires a second operator.
Test sends go through the real pipeline and send the live copy — activate first to test new edits.