...
The above SMS needs to be registered with specific TEMPLATE ID(Eg.'1407169140018862465') for each Localization key from the state Government.
Append the TEMPLATE ID at the end of message. Example.
Code Block { "code": "FSM_SMS_DSO_INPROGRESS_PAY", "message": "Dear citizen, amount of Rs.{AMOUNT_TO_BE_PAID}/- is received towards the payment of cleaning septic tank/pit for reference no. {RECEIPT_NO}. Please click this link {RECEIPT_LINK} to download the receipt.Thank You. Govt. of Punjab|1301157492438182299|1407169140018862465", "module": "rainmaker-fsm", "locale": "en_IN" },
Push the sms templates in Localisation.
SMS related to OTP:-
Code Block |
---|
{
"code": "sms.login.otp.msg",
"message": "Dear Citizen, Your Login OTP is %s. Thank You. Govt. of Punjab|1301157492438182299|1407169156622167544",
"module": "egov-user",
"locale": "en_IN"
},
{
"code": "sms.pwd.reset.otp.msg",
"message": "Dear Citizen, Your OTP for recovering password is %s. Thank You. Govt. of Punjab|1301157492438182299|1407169156626870208",
"module": "egov-user",
"locale": "en_IN"
},
{
"code": "sms.register.otp.msg",
"message": "Dear Citizen, Your OTP to complete your Registration is %s. Thank You. Govt. of Punjab|1301157492438182299|1407169156632042484",
"module": "egov-user",
"locale": "en_IN"
} |