The main purpose of this plugin is send SMS to Customer, Admin, Vendor on Order's and Customer's related various events occurs.
Admin can configure various message templates of order's and customer's related various events which message send to customer, admin and vendor .
Admin can use any Token(s) in message template which is support by NopCommerce (Email Templete Token).
Order's related various events support by plugin :
1 - Order Place
2 - Order Cancel
5 - Order Delivered
6 - Order Shipment
7 - Order Refund
8 - Order Return Request
9 - Order Paid
Customer's related various events support by plugin :
1 - Mobile Number verification (OTP) during registration and update Mobile Number from his profile.
2 - Login with Mobile Number ( verification by OTP)
3 - Mobile Number verification (OTP) during add/update billing and shipping address.
4 - Add Reward Point
5 - Forgot Password
6 - Password Change
SMS plugin support any HTTP API method like GET/POST which is provided by SMS service providers. This is a universal SMS service integration.
For GET Method, you need to passs parameter information with URL.
Example : https://api.xxxxx.in/send/?apikey=xxxxxxx&numbers=#MOBILENUMBER#&message=#MESSAGE#&sender=xxxx
For POST Method, You need to configure parameters information in post parameter configuration area.
You can also configure like parameter pass in header or body in Http Post Request.
SMS plugin is support Mobile Number through OTP (One Time Password) during Customer Login , Registration, Add/Update address, update Mobile Number in his profile.
If any query or issue , freely please send me mail on [email protected]