Skip to content

Settings

SMS Settings

NumberAttributeDescription
1SMS StatusSet SMS status to on or off.
2SMS GatewaySelect 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.
3Local SMS URLObtain 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.
4Local SMS User/APIInsert your SMS username/API key here. If you select "Any SMS API", you don’t need to insert anything here; just leave it as #.
5Local SMS Pass/SecretInsert 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 #.
6Local SMS MaskInsert 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:

https://your-sms-gateway-company.com/plain?api_token=your-token&api_secret=your-secret&to={phone}&from=your-mask&message={message}

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}.

www.onezeroart.com