Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "INTERNAL"}} Internal transfer started {{/equals}}{{#equals type "NETWORK_SENDER"}} You're sending {{amount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}}{{/equals}}{{#equals type "NETWORK_RECEIVER"}}Incoming transfer of {{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 "INTERNAL"}}
Your funds are moving.
Your transfer of {{amount}} from {{sourceAccount}} to {{targetAccount}} is in progress.
{{#if senderMessage}}
Reference: {{senderMessage}}{{/if}}
View at app.cfx.to ( {{url}} )
{{/equals}}{{#equals type "NETWORK_SENDER"}}
Your funds are moving.
Your transfer of {{amount}} from {{sourceAccount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}} is in progress.
{{#if senderMessage}}
Reference: {{senderMessage}}{{/if}}
View at app.cfx.to ( {{sourceAccountUrl}} )
{{/equals}}{{#equals type "NETWORK_RECEIVER"}}
Your funds are moving.
{{#if sourceCustomerName}}{{sourceCustomerName}} is sending you {{amount}}.{{/if}}
The transfer is in progress.
View 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.