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