Default SMS Rules
The Notification Engine executes an array of conditions against the context of a transaction to decide whether an SMS should be sent to the user. The rules below describe exactly when, what, and to whom an SMS is delivered across the platform natively.
You can request modifications to these templates per community by speaking with your integration manager.
| TT | Execution Condition | Recipients | SMS Template |
|---|---|---|---|
| TT1 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just created a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT1 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just created a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT1 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT1 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2 | len(Misc_SettleVoucherNo)==0 | [[To_MSISDN]] | Hi, you just settled [[Audit_AmountStr]] from your [[Voucher_DisplayName]] voucher balance. Your new wallet balance is [[Audit_ToBalanceStr]]. To check your wallet balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2 | len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just settled [[Audit_AmountStr]] from your [[Voucher_DisplayName]] voucher balance. Your new wallet balance is [[Audit_ToBalanceStr]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2 | len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just settled [[Audit_AmountStr]] from your [[Voucher_DisplayName]] voucher balance. Your new wallet balance is [[Audit_ToBalanceStr]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT3 | Audit_NewUser==0 | [[To_MSISDN]] | Hi, you just received [[Audit_AmountStr]] from [[From_DisplayName]]. Your new wallet balance is [[Audit_ToBalanceStr]]. To check your wallet balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT4 | len(Audit_FromCardPANNo)==0 && len(Misc_SettleVoucherNo)==0 | [[From_MSISDN]] | Hi, you just paid [[Audit_AmountStr]] to [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT4 | len(Audit_FromCardPANNo)==0 && len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee>0 | [[From_MSISDN]] | Hi, you just paid [[Audit_AmountStr]] to [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT4 | len(Audit_FromCardPANNo)==0 && len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee==0 | [[From_MSISDN]] | Hi, you just paid [[Audit_AmountStr]] to [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT4 | len(Audit_FromCardPANNo)>0 && FromCardPAN_WithdrawFee>0 | [[From_MSISDN]] | Hi, you just paid [[Audit_AmountStr]] to [[To_DisplayName]]. Your new [[FromCardPAN_DisplayName]] card balance for card [[Audit_FromCardPANNo]] is [[FromCardPAN_CardBalanceStr]]. Withdraw fee: [[FromCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT4 | len(Audit_FromCardPANNo)>0 && FromCardPAN_WithdrawFee==0 | [[From_MSISDN]] | Hi, you just paid [[Audit_AmountStr]] to [[To_DisplayName]]. Your new [[FromCardPAN_DisplayName]] card balance for card [[Audit_FromCardPANNo]] is [[FromCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT6 | len(Audit_FromCardPANNo)==0 && len(Misc_SettleVoucherNo)==0 | [[From_MSISDN]] | Hi, you just withdrew [[Audit_AmountStr]] from [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT6 | len(Audit_FromCardPANNo)==0 && len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee>0 | [[From_MSISDN]] | Hi, you just withdrew [[Audit_AmountStr]] from [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT6 | len(Audit_FromCardPANNo)==0 && len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee==0 | [[From_MSISDN]] | Hi, you just withdrew [[Audit_AmountStr]] from [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT6 | len(Audit_FromCardPANNo)>0 && FromCardPAN_WithdrawFee>0 | [[From_MSISDN]] | Hi, you just withdrew [[Audit_AmountStr]] from [[To_DisplayName]]. Your new [[FromCardPAN_DisplayName]] card balance for card [[Audit_FromCardPANNo]] is [[FromCardPAN_CardBalanceStr]]. Withdraw fee: [[FromCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT6 | len(Audit_FromCardPANNo)>0 && FromCardPAN_WithdrawFee==0 | [[From_MSISDN]] | Hi, you just withdrew [[Audit_AmountStr]] from [[To_DisplayName]]. Your new [[FromCardPAN_DisplayName]] card balance for card [[Audit_FromCardPANNo]] is [[FromCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT17 | Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you were just refunded [[Audit_AmountStr]] from [[From_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Voucher_AmountStr]] ([[Voucher_No]]). Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT17 | Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you were just refunded [[Audit_AmountStr]] from [[From_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Voucher_AmountStr]] ([[Voucher_No]]). To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT18 | Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just reset your [[Voucher_DisplayName]] voucher number. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT18 | Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just reset your [[Voucher_DisplayName]] voucher number. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT20 | len(Misc_SettleVoucherNo)==0 && To_Username!=From_Username | [[From_MSISDN]] | Hi, an amount of [[Audit_AmountStr]] was just reversed from your [[Voucher_DisplayName]] voucher balance by [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT20 | len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee>0 && To_Username!=From_Username | [[From_MSISDN]] | Hi, an amount of [[Audit_AmountStr]] was just reversed from your [[Voucher_DisplayName]] voucher balance by [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT20 | len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee==0 && To_Username!=From_Username | [[From_MSISDN]] | Hi, an amount of [[Audit_AmountStr]] was just reversed from your [[Voucher_DisplayName]] voucher balance by [[To_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT22 | Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, your withdrawal was just refunded for [[Audit_AmountStr]] from [[From_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Voucher_AmountStr]] ([[Voucher_No]]). Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT22 | Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, your withdrawal was just refunded for [[Audit_AmountStr]] from [[From_DisplayName]]. Your new [[Voucher_DisplayName]] voucher balance is [[Voucher_AmountStr]] ([[Voucher_No]]). To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT25 | Audit_NewUser==0 && Audit_Comms>0 | [[To_MSISDN]] | Hi, an amount of [[Audit_AmountNetStr]] was just deposited into your Celbux wallet (after a fee of [[Audit_CommsStr]]). Your new balance is [[To_BalanceStr]]. To check your balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT25 | Audit_NewUser==0 && Audit_Comms==0 | [[To_MSISDN]] | Hi, an amount of [[Audit_AmountStr]] was just deposited into your Celbux wallet. Your new balance is [[To_BalanceStr]]. To check your balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT26 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just transferred [[Audit_AmountStr]] into a [[Misc_SettleVoucherDisplayName]] voucher. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT26 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just transferred [[Audit_AmountStr]] into a [[Misc_SettleVoucherDisplayName]] voucher. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT26 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Misc_SettleVoucherDisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT26 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Misc_SettleVoucherDisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT27 | (none) | [[From_MSISDN]] | Hi, an amount of -[[Audit_AmountNetStr]] was just reversed from your Celbux wallet. Your new balance is [[From_BalanceStr]]. To check your balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT33 | (none) | [[From_MSISDN]] | Celbux Low Balance Alert! Your wallet balance of [[From_BalanceStr]] has just dropped below [[Misc_LowBalanceAlertAmountStr]]. To check your wallet balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2010 | (none) | [[From_MSISDN]] | Your password was just reset! To log in, enter your username [[From_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2011 | len(Misc_NewMSISDN)==0 | [[From_MSISDN]] | Celbux Alert! Your OTP is [[Misc_OTP]]. This OTP will expire in [[Misc_ExpiryStr]]. Do not share this OTP with anyone. [[Action_SupportText]] |
| TT2011 | len(Misc_NewMSISDN)>0 | [[Misc_NewMSISDN]] | Celbux Alert! Your OTP is [[Misc_OTP]]. This OTP will expire in [[Misc_ExpiryStr]]. Do not share this OTP with anyone. [[Action_SupportText]] |
| TT2018 | Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just reset your [[Voucher_DisplayName]] voucher number. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2018 | Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just reset your [[Voucher_DisplayName]] voucher number. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2019 | Audit_NewUser==0 | [[To_MSISDN]] | Hi, you just received [[Audit_AmountStr]] from [[From_DisplayName]]. Your new wallet balance is [[Audit_ToBalanceStr]]. To check your wallet balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2020 | (none) | [[From_MSISDN]] | Hi, an amount of -[[Audit_AmountStr]] was just EFT’d from your wallet into your bank account. Your new wallet balance is [[Audit_FromBalanceStr]]. To check your wallet balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2022 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just created a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2022 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just created a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2022 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2022 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2023 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just transferred [[Audit_AmountStr]] into a [[Misc_SettleVoucherDisplayName]] voucher. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2023 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username==From_Username | [[To_MSISDN]] | Hi, you just transferred [[Audit_AmountStr]] into a [[Misc_SettleVoucherDisplayName]] voucher. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2023 | Audit_NewUser==0 && Voucher_WithdrawFee>0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Misc_SettleVoucherDisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2023 | Audit_NewUser==0 && Voucher_WithdrawFee==0 && To_Username!=From_Username | [[To_MSISDN]] | Hi, you just received a [[Misc_SettleVoucherDisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)==0 && len(Misc_Password)>0 && From_Type!=\M“ | [[To_MSISDN]] | Welcome to Celbux! To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)==0 && len(Misc_Password)==0 && From_Type!=\M“ | [[To_MSISDN]] | Welcome to Celbux! To log in, enter your username [[To_Username]] and password on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && len(Audit_ToCardPANNo)==0 && Audit_TT==1 && Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just received a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && len(Audit_ToCardPANNo)==0 && Audit_TT==1 && Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just received a [[Voucher_DisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && len(Audit_ToCardPANNo)>0 && Audit_TT==1 && ToCardPAN_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just received a [[ToCardPAN_DisplayName]] card from [[From_DisplayName]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. Withdraw fee: [[ToCardPAN_WithdrawFeeStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && len(Audit_ToCardPANNo)>0 && Audit_TT==1 && ToCardPAN_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just received a [[ToCardPAN_DisplayName]] card from [[From_DisplayName]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && Audit_TT==3 | [[To_MSISDN]] | Hi, you just received [[Audit_AmountStr]] from [[From_DisplayName]]. Your new wallet balance is [[Audit_ToBalanceStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && Audit_TT==26 && Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just received a [[Misc_SettleVoucherDisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && Audit_TT==26 && Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just received a [[Misc_SettleVoucherDisplayName]] voucher for [[Audit_AmountStr]] from [[From_DisplayName]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && Audit_TT==25 && Audit_Comms>0 | [[To_MSISDN]] | Hi, an amount of [[Audit_AmountNetStr]] was just deposited into your Celbux wallet (after a fee of [[Audit_CommsStr]]). Your new balance is [[To_BalanceStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2046 | len(Misc_IsViralCreateUser)>0 && Audit_TT==25 && Audit_Comms==0 | [[To_MSISDN]] | Hi, an amount of [[Audit_AmountStr]] was just deposited into your Celbux wallet. Your new balance is [[To_BalanceStr]]. To log in, enter your username [[To_Username]] and password [[Misc_Password]] on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2057 | Voucher_WithdrawFee>0 | [[Log_MSISDN]] | Hi, your [[Voucher_DisplayName]] voucher balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2057 | Voucher_WithdrawFee==0 | [[Log_MSISDN]] | Hi, your [[Voucher_DisplayName]] voucher balance for voucher no [[Voucher_No]] is [[Voucher_AmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2058 | Voucher_WithdrawFee>0 | [[Log_MSISDN]] | Hi, your [[Voucher_DisplayName]] vouchers were just merged. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2058 | Voucher_WithdrawFee==0 | [[Log_MSISDN]] | Hi, your [[Voucher_DisplayName]] vouchers were just merged. Your new [[Voucher_DisplayName]] voucher balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2067 | (none) | [[Log_MSISDN]] | Celbux Alert! Your account has just been unlocked. To log in, enter your username [[Log_Username]] and password on the Celbux app at [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2068 | len(Misc_SettleVoucherNo)==0 | [[To_MSISDN]] | Hi, you just settled [[Audit_AmountStr]] from your [[Voucher_DisplayName]] voucher balance. Your new wallet balance is [[Audit_ToBalanceStr]]. To check your wallet balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2068 | len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just settled [[Audit_AmountStr]] from your [[Voucher_DisplayName]] voucher balance. Your new wallet balance is [[Audit_ToBalanceStr]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. Withdraw fee: [[Voucher_WithdrawFeeStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2068 | len(Misc_SettleVoucherNo)>0 && Voucher_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just settled [[Audit_AmountStr]] from your [[Voucher_DisplayName]] voucher balance. Your new wallet balance is [[Audit_ToBalanceStr]]. Your balance for voucher no [[Misc_SettleVoucherNo]] is [[Misc_SettleVoucherAmountStr]]. To check your voucher balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\false` && Audit_NewUser==0 && ToCardPAN_WithdrawFee>0 && To_Username==From_Username` | [[To_MSISDN]] | Hi, you just created a [[ToCardPAN_DisplayName]] card. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. Withdraw fee: [[ToCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\false` && Audit_NewUser==0 && ToCardPAN_WithdrawFee==0 && To_Username==From_Username` | [[To_MSISDN]] | Hi, you just created a [[ToCardPAN_DisplayName]] card. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\false` && Audit_NewUser==0 && ToCardPAN_WithdrawFee>0 && To_Username!=From_Username` | [[To_MSISDN]] | Hi, you just received a [[ToCardPAN_DisplayName]] card from [[From_DisplayName]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. Withdraw fee: [[ToCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\false` && Audit_NewUser==0 && ToCardPAN_WithdrawFee==0 && To_Username!=From_Username` | [[To_MSISDN]] | Hi, you just received a [[ToCardPAN_DisplayName]] card from [[From_DisplayName]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\true` && Audit_NewUser==0 && ToCardPAN_WithdrawFee>0 && To_Username==From_Username` | [[To_MSISDN]] | Hi, your [[ToCardPAN_DisplayName]] card was just topped up with [[Audit_AmountStr]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. Withdraw fee: [[ToCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\true` && Audit_NewUser==0 && ToCardPAN_WithdrawFee==0 && To_Username==From_Username` | [[To_MSISDN]] | Hi, your [[ToCardPAN_DisplayName]] card was just topped up with [[Audit_AmountStr]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\true` && Audit_NewUser==0 && ToCardPAN_WithdrawFee>0 && To_Username!=From_Username` | [[To_MSISDN]] | Hi, your [[ToCardPAN_DisplayName]] card was just topped up with [[Audit_AmountStr]] by [[From_DisplayName]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. Withdraw fee: [[ToCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2088 | Misc_IsTopUp==\true` && Audit_NewUser==0 && ToCardPAN_WithdrawFee==0 && To_Username!=From_Username` | [[To_MSISDN]] | Hi, your [[ToCardPAN_DisplayName]] card was just topped up with [[Audit_AmountStr]] by [[From_DisplayName]]. Your balance for card number [[Audit_ToCardPANNo]] is [[ToCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2089 | FromCardPAN_WithdrawFee>0 | [[To_MSISDN]] | Hi, you just linked a [[FromCardPAN_DisplayName]] card. Your balance for card number [[Audit_FromCardPANNo]] is [[FromCardPAN_CardBalanceStr]]. Withdraw fee: [[FromCardPAN_WithdrawFeeStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |
| TT2089 | FromCardPAN_WithdrawFee==0 | [[To_MSISDN]] | Hi, you just linked a [[FromCardPAN_DisplayName]] card. Your balance for card number [[Audit_FromCardPANNo]] is [[FromCardPAN_CardBalanceStr]]. To check your card balance go to [[Action_TargetApp]]. [[Action_SupportText]] |