Appearance
Settings
SMS Settings
Number | Attribute | Description |
---|---|---|
1 | SMS Status | Set SMS status to on or off. |
2 | SMS Gateway | Select your SMS gateway from the gateway list. If you cannot find a suitable gateway, select "Any SMS API". "Any SMS API" will work with any SMS gateway that accepts HTTP requests. Zal Pro will send SMS requests over HTTP. Contact your SMS gateway provider for more details. |
3 | Local SMS URL | Obtain the SMS gateway HTTP URL from your provider. This is the URL used to send SMS via HTTP GET requests. Example: https://api.sms-gateway.com/api?api_token=your-token&api_secret=your-secret&to={phone}&from=your-company&message={message} . Insert your SMS URL here. |
4 | Local SMS User/API | Insert your SMS username/API key here. If you select "Any SMS API", you don’t need to insert anything here; just leave it as # . |
5 | Local SMS Pass/Secret | Insert your SMS password/API key secret here. If you select "Any SMS API", you don’t need to insert anything here; just leave it as # . |
6 | Local SMS Mask | Insert your SMS mask here. If you select "Any SMS API", you don’t need to insert anything here; just leave it as # . |
You need to get the SMS HTTP request URL and credentials from your SMS gateway provider. Below is a sample SMS gateway HTTP URL to show how to set it. Follow the example to understand where to change or make the URL dynamic:
In the URL, replace to
with {phone}
and message
with {message}
to make it dynamic. All other attributes will remain the same. Your SMS gateway attributes may differ, but ensure that the receiver attribute is {phone}
and the message attribute is {message}
.