Skip to main content

SMS Settings

You can subscribe to an SMS provider to send SMS to mobile numbers.

To integrate SMS in ABNERP, approach an SMS Gateway Provider who provides HTTP API. They will create an account for you and will provide a unique username and password.

To access SMS settings, go to: \u003e Home \u003e Settings \u003e SMS Settings

To configure SMS Settings in ABNERP, find out their HTTP API (a document which describes the method of accessing their SMS interface from 3rd party applications). In this document, you will get a URL which is used to send the SMS using HTTP request. Using this URL, you can configure SMS Settings in ABNERP.

Example SMS Gateway URL:

http://instant.smses.com/web2sms.php?username=\u003cusername\u003e&password;=\u003cpassword\u003e&to;=\u003cmobilenumber\u003e&sender;=\u003csenderid\u003e&message;=\u003cmessage\u003e

\u003e Note: For SMS Gateway URL, only include the string before the \