TRANSFER · CANCELLED — Email templates | CFX Admin
TRANSFER · CANCELLED
live v7no draft
Parameters
Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "INTERNAL"}}Transfer cancelled{{/equals}}{{#equals type "NETWORK_SENDER"}}Transfer cancelled{{/equals}}{{#equals type "NETWORK_RECEIVER"}}Incoming transfer cancelled{{/equals}}
The first paragraph becomes the preheader — the inbox preview line — and is never shown in the visible email body.
{{#equals type "INTERNAL"}}
Your transfer did not complete.
Your transfer of {{amount}} from {{sourceAccount}} to {{targetAccount}} was cancelled.
{{#if senderMessage}}
Reference: {{senderMessage}}{{/if}}
View at app.cfx.to ( {{sourceAccountUrl}} )
{{/equals}}{{#equals type "NETWORK_SENDER"}}
Your transfer did not complete.
Your transfer of {{amount}} from {{sourceAccount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}} was cancelled.
{{#if senderMessage}}
Reference: {{senderMessage}}{{/if}}
View at app.cfx.to ( {{sourceAccountUrl}} )
{{/equals}}{{#equals type "NETWORK_RECEIVER"}}
Your transfer did not complete.
An incoming transfer of {{amount}} to {{targetAccount}} was cancelled.
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.