TRANSFER · SUCCEEDED — Email templates | CFX Admin
TRANSFER · SUCCEEDED
live v4no draft
Parameters
Chips insert at the cursor · ? marks optional variables · type chips insert a conditional block
Single line
{{#equals type "INTERNAL"}} Internal transfer completed {{/equals}}{{#equals type "NETWORK_SENDER"}} You sent {{amount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}}{{/equals}}{{#equals type "NETWORK_RECEIVER"}} You received {{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"}}
Funds have been moved.
Your transfer of {{amount}} from {{sourceAccount}} to {{targetAccount}} was successfully completed.
{{#if senderMessage}}
Reference: {{senderMessage}}{{/if}}
View at app.cfx.to ( {{targetAccountUrl}} )
{{/equals}}{{#equals type "NETWORK_SENDER"}}
Funds have been moved.
Your transfer of {{amount}} from {{sourceAccount}}{{#if targetCustomerName}} to {{targetCustomerName}}{{/if}} was successfully completed.
{{#if senderMessage}}
Reference: {{senderMessage}}{{/if}}
View at app.cfx.to ( {{sourceAccountUrl}} )
{{/equals}}{{#equals type "NETWORK_RECEIVER"}}
Funds are now available in your account.
You received {{amount}}{{#if sourceCustomerName}} from {{sourceCustomerName}}{{/if}}, and it's available in {{targetAccount}}.
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.