芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/database/seeders/EmailTemplatesTableSeeder.php
'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => 'Money Deposit Notification', 'body' => 'Hi
{admin}
,
Amount
{amount}
has been deposited by
{user}
Here’s a brief overview of the Deposit:
Deposited at:
{created_at}
Deposited via:
{payment_method}
Transaction ID:
{uuid}
Currency:
{code}
Amount:
{amount}
Fee:
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active', ], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify Admin on Deposit', 'alias' => 'notify-admin-on-deposit', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], // Deposit // Notify to User on deposit via Admin [ 'name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => 'Deposit via System Administrator', 'body' => 'Hi
{user}
,
Amount
{amount}
has been deposited to your account by System Administrator.
Here’s a brief overview of the Deposit:
Deposited at:
{created_at}
Transaction ID:
{uuid}
Currency:
{code}
Amount:
{amount}
Fee:
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active', ], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], ['name' => 'Notify User on Deposit via Admin', 'alias' => 'notify-user-on-deposit-via-admin', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Deposit', 'status' => 'Active'], # Send Money [en, ar, fr, pt, ru, es, tr, ch] // Notify money receiver on Send Money [ 'name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => 'Money Received Notification', 'body' => 'Hi
{receiver_id}
,
You have received {amount} on your account.
Here’s a brief overview of your Received:
Transferred at:
{created_at}
Transaction ID:
{uuid}
Sent By:
{sender_id}
Amount:
{amount}
Note:
{note}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active', ], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], # Send Money // Notify Admin on Send Money [ 'name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => 'Money Transfer Notification', 'body' => 'Hi
{admin}
,
{sender}
has been transferred
{amount}
to
{receiver}
.
Here’s a brief overview of the Transfer:
Transferred at:
{created_at}
Transaction ID:
{uuid}
Sent By:
{sender}
Received By:
{receiver}
Amount:
{amount}
Fee (deducted from {sender}):
{fee}
Note:
{note}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active', ], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Admin on Transfer', 'alias' => 'notify-admin-on-transfer', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Send Money', 'status' => 'Active'], # Request Money [en, ar, fr, pt, ru, es, tr, ch] // Notify request receiver [ 'name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => 'Request Money Notification', 'body' => 'Hi {request_receiver},
{request_sender} has been requested {amount} from you.
Here’s a brief overview of the Request:
Request:
#{uuid}
Requested At:
{created_at}
Requested Amount:
{amount}
Note:
{note}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active', ], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], # Request Money // Notify request sender on request received [ 'name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => 'Requested Money Received Notification', 'body' => 'Hi {request_sender},
Your request of #{uuid} has been received by {request_receiver}.
Here’s a brief overview of the Request:
Received Date:
{created_at}.
Requested Amount:
{amount}
Received Amount:
{accept_amount}
Currency:
{currency}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active', ], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], # Request Money // Notify Admin on money request received [ 'name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => 'Request Money Received Notification', 'body' => 'Hi {admin},
Money request of #{uuid} from {request_sender} has been received by {request_receiver}.
Here’s a brief overview of the Request Acceptance:
Received at:
{created_at}
Transaction ID:
{uuid}
Currency:
{code}
Requested By:
{request_sender}
Received By:
{request_receiver}
Requested Amount:
{request_amount}
Given Amount:
{given_amount}
Fee (deducted from {request_receiver}):
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active' ], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Admin on Money Received', 'alias' => 'notify-admin-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Request Money', 'status' => 'Active'], # Exchange [en, ar, fr, pt, ru, es, tr, ch] // Notify to admin on money exchange [ 'name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => 'Money Exchange Notification', 'body' => 'Hi
{admin}
,
Amount
{amount}
has been exchanged by
{user}
Here’s a brief overview of the Exchange:
Exchanged at:
{created_at}
Transaction ID:
{uuid}
From wallet:
{from_wallet}
To wallet:
{to_wallet}
Exchanged Amount:
{exchanged_amount}
Exchange Rate:
1 {from_wallet} = {exchange_rate} {to_wallet}
Fee (deducted from {from_wallet}):
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active', ], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], ['name' => 'Notify Admin on Exchange', 'alias' => 'notify-admin-on-exchange', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Exchange', 'status' => 'Active'], # Withdraw [en, ar, fr, pt, ru, es, tr, ch] // Notify to admin on user withdraw money [ 'name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => 'Money Withdrawal Notification', 'body' => 'Hi
{admin}
,
{amount}
has been withdrawn by
{user}
.
Here’s a brief overview of the Withdrawn:
Withdrawn at:
{created_at}
Transaction ID:
{uuid}
Withdraw via:
{payment_method}
Currency:
{code}
Amount:
{amount}
Fee:
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active' ], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify Admin on Withdrawal', 'alias' => 'notify-admin-on-withdrawal', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], # Withdraw // Notify user on withdraw money via admin [ 'name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => 'Money Withdrawal Notification', 'body' => 'Hi
{user}
,
{amount}
has been withdrawn from your account by System Administrator.
Here’s a brief overview of the withdrawn:
Withdrawn at:
{created_at}
Transaction ID:
{uuid}
Currency:
{code}
Amount:
{amount}
Fee:
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active' ], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], ['name' => 'Notify User on Withdrawal via Admin', 'alias' => 'notify-user-on-withdrawal-via-admin', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Withdraw', 'status' => 'Active'], # Merchant Payment [en, ar, fr, pt, ru, es, tr, ch] // Notify Merchant on payment [ 'name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => 'Merchant Payment Notification', 'body' => 'Hi {merchant},
Payment has been completed. Amount {amount} has been paid to {merchant}.
Here’s a brief overview of the Payment:
Paid at:
{created_at}
Transaction ID:
{uuid}
Currency:
{code}
Paid By:
{user}
Paid To:
{merchant}
Amount:
{amount}
Fee (deducted from {fee_bearer}):
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active' ], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Merchant', 'alias' => 'notify-merchant', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], # Merchant Payment // Notify Admin on Payment to Merchant [ 'name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => 'Merchant Payment Notification', 'body' => 'Hi
{admin}
,
Merchant payment completed. Amount
{amount}
has been paid by
{user}
to
{merchant}
.
Here’s a brief overview of the Payment:
Paid at:
{created_at}
Transaction ID:
{uuid}
Currency:
{code}
Paid By:
{user}
Paid To:
{merchant}
Amount:
{amount}
Fee (deducted from {fee_bearer}):
{fee}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active' ], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], ['name' => 'Notify Admin on Payment', 'alias' => 'notify-admin-on-payment', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Merchant Payment', 'status' => 'Active'], # Ticket [en, ar, fr, pt, ru, es, tr, ch] // Notify Admin/Assigne/User on ticket creation or assing [ 'name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => 'New Ticket has been {assigned/created}', 'body' => 'Hi {admin/assignee/user},
Ticket #{ticket_code} was {assigned/created} {to/for} you.
Here’s a brief overview of the ticket:
Ticket #{ticket_code} was created at {created_at}.
Assignee:
{assignee}
User:
{user}
Ticket Subject:
{subject}
Ticket Message:
{message}
Ticket Status:
{status}
Ticket Priority Level:
{priority}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active' ], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'New Ticket', 'alias' => 'new-ticket', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], # Ticket // Notify Assigne/User on ticket reply [ 'name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => 'Ticket Reply Notification', 'body' => 'Hi {assignee/user},
You have received a ticket reply.
Here’s a brief overview of the reply:
This reply was initiated against ticket code #{ticket_code}.
Assignee:
{assignee}
Reply Message:
{message}
Reply Status:
{status}
Reply Priority Level:
{priority}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active' ], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], ['name' => 'Ticket Reply', 'alias' => 'ticket-reply', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Ticket', 'status' => 'Active'], # Dispute [en, ar, fr, pt, ru, es, tr, ch] // Notify Merchant for opening a dispute [ 'name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => 'Dispute Open Notification', 'body' => 'Hi
{admin/merchant}
,
Dispute ID
#{dispute_id}
has been opened by
{claimant}
.
Here’s a brief overview of the dispute:
Created at:
{created_at}
Transaction ID:
{uuid}
Claimant:
{claimant}
Defendant:
{defendant}
Dispute Subject:
{subject}
Dispute description:
{description}
Dispute Status:
{status}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active' ], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Open Dispute', 'alias' => 'open-dispute', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], # Dispute // Notify Merchant or User for Dispute Reply [ 'name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => 'New Dispute Reply', 'body' => 'Hi
{admin/merchant/user}
,
You have received a new dispute reply from
{user}
.
Here’s a brief overview of the reply:
Replied at
{created_at}
Dispute ID:
{dispute_id}
Transaction ID:
{transaction_id}
Claimant:
{claimant}
Defendant
{defendant}
Subject:
{subject}
Replied Message:
{message}
Status:
{status}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active', ], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], ['name' => 'Dispute Reply', 'alias' => 'dispute-reply', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'Dispute', 'status' => 'Active'], # TwoFactor [en, ar, fr, pt, ru, es, tr, ch] // Send Two Factor OTP code to user for login [ 'name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '2fa OTP code', 'body' => 'Hi {user},
Your 2-Factor Authentication code is: {code}
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'General', 'status' => 'Active' ], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Two-fa Authentication', 'alias' => 'two-fa-authentication', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], # Address/Identity Verification [en, ar, fr, pt, ru, es, tr, ch] // Notify user for address/identity verification status change [ 'name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '{Identity/Address} Verification', 'body' => 'Hi {user},
Your {Identity/Address} verification is
{approved/pending/rejected}
.
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'General', 'status' => 'Active' ], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], # Email Verification [en, ar, fr, pt, ru, es, tr, ch] // Notify a new registered user with e verifcation link [ 'name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => 'Email Verification', 'body' => 'Hi {user},
Your registered email id: {email}. Please click on the below link to verify your account,
{verification_url}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'General', 'status' => 'Active' ], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Email Verification', 'alias' => 'email-verification', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], # Email Verification [en, ar, fr, pt, ru, es, tr, ch] // Password Reset notification url [ 'name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => 'Password Reset Notification', 'body' => 'Hi {user},
Your registered email id: {email}. Please click on the below link to reset your password,
{password_reset_url}
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'General', 'status' => 'Active' ], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Password Reset', 'alias' => 'password-reset', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], # Profile Status [en, ar, fr, pt, ru, es, tr, ch] // Notify user on his/her profile status change [ 'name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => 'Profile Status Change', 'body' => 'Hi {user},
Your profile status has been changed to
{status}
by the System Administrator
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
.', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'General', 'status' => 'Active' ], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Profile Status Change', 'alias' => 'profile-status-change', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], # Transaction Status [en, ar, fr, pt, ru, es, tr, ch] // Notify user on transaction status change [ 'name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => 'Transaction Status Update Notification', 'body' => 'Hi {user},
We would like to inform you that the transaction for
{transaction_type}
with the ID #
{uuid}
has been updated to
{status}
by the system administrator.
Amount
{amount}
has been
{added/subtracted}
{from/to} your account.
If you have any questions, please feel free to reply to this email.
Regards,
{soft_name}
.', 'language_id' => 1, 'lang' => 'en', 'type' => 'email', 'group' => 'General', 'status' => 'Active', ], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'email', 'group' => 'General', 'status' => 'Active'], # Address/Identity Verification [en, ar, fr, pt, ru, es, tr, ch] // Notify user for address/identity verification status change [ 'name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '{Identity/Address} Verification', 'body' => 'Hi {user}, Your {Identity/Address} verification is
{approved/pending/rejected}
.Regards, {soft_name}.', 'language_id' => 1, 'lang' => 'en', 'type' => 'sms', 'group' => 'General', 'status' => 'Active' ], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Address or Identity Verification', 'alias' => 'address-or-identity-verification', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], # Send Money [en, ar, fr, pt, ru, es, tr, ch] // Notify money receiver on Send Money [ 'name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => 'Money Received Notification', 'body' => 'Hi {receiver_id}, You have received amount {amount} tnxId #{uuid} at {created_at} on your account. Regards, {soft_name}.', 'language_id' => 1, 'lang' => 'en', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active', ], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], ['name' => 'Notify Money Receiver', 'alias' => 'notify-money-receiver', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'sms', 'group' => 'Send Money', 'status' => 'Active'], # Request Money [en, ar, fr, pt, ru, es, tr, ch] // Notify request receiver [ 'name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => 'Request Money Notification', 'body' => 'Hi {request_receiver}, {request_sender} has been requested amount {amount} with tnxId: #{uuid} at {created_at} from you. Regards, {soft_name}.', 'language_id' => 1, 'lang' => 'en', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active', ], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Receiver', 'alias' => 'notify-request-receiver', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], # Request Money // Notify request sender on request received [ 'name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => 'Requested Money Received Notification', 'body' => 'Dear {request_sender}, You have received amount {amount} tnxId #{uuid} from {request_receiver}. Regards, {soft_name}.', 'language_id' => 1, 'lang' => 'en', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active', ], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], ['name' => 'Notify Request Sender on Money Received', 'alias' => 'notify-request-sender-on-money-received', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'sms', 'group' => 'Request Money', 'status' => 'Active'], # Transaction Status [en, ar, fr, pt, ru, es, tr, ch] // Notify user on transaction status change [ 'name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => 'Transaction Status Update Notification', 'body' => 'Hi {user}, The transaction {transaction_type} with ID #{uuid} has been updated to {status} by the administrator. Amount {amount} has been {added/subtracted} {from/to} your account. Regards, {soft_name}.', 'language_id' => 1, 'lang' => 'en', 'type' => 'sms', 'group' => 'General', 'status' => 'Active', ], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 2, 'lang' => 'ar', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 3, 'lang' => 'fr', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 4, 'lang' => 'pt', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 5, 'lang' => 'ru', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 6, 'lang' => 'es', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 7, 'lang' => 'tr', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ['name' => 'Transaction Status Update', 'alias' => 'transaction-status-update', 'subject' => '', 'body' => '', 'language_id' => 8, 'lang' => 'ch', 'type' => 'sms', 'group' => 'General', 'status' => 'Active'], ]); } }