Actions
Wiki » History » Revision 1
Revision 1/11
| Next »
Soh Keong, 08/22/2022 10:42 AM
Wiki¶
Steps¶
- Test SMS content in DEVELOPMENT to determine is ONE Sms.
Sample Script: Malaysia: $JAVA_PATH/java -Dprogram.name=SendSmsByFile -classpath $CP SendSmsByFile siugeng.csv "COSWAY: Your membership is now auto-renewed. Get a FREE Gift & RM20 eVoucher. Your MEMBER ID is the voucher code. Valid till 31/1/22. Shop now. T&C apply." Brunei: $JAVA_PATH/java -Dprogram.name=SendSmsByFileBR -classpath $CP SendSmsByFile siugeng.csv "COSWAY: Your membership is now auto-renewed. Get a FREE Gift & RM20 eVoucher. Your MEMBER ID is the voucher code. Valid till 31/1/22. Shop now. T&C apply." Singapore: $JAVA_PATH/java -Dprogram.name=SendSmsByFileSG -classpath $CP SendSmsByFile siugeng.csv "COSWAY:Your membership is now auto-renewed.Enjoy Loyalty Rewards & get your CURRENCY_SIGN10 eVoucher. Your MEMBER ID is the voucher code.Valid till 31/1/22.T&C apply."
Note:
Parameter 1; shopper mobile no.list(siugeng.csv using Siu Geng Mobile no.) ; format: mobile_no,shopper_ref_no
Parameter 2; SMS content
For Singapore SMS with display currency by “CURRENCY_SIGN” instant “$”
- Avoid special Character in content
Run script:
Updated by Soh Keong about 2 years ago · 1 revisions