AE
Asked
Hi Milan,
Kindly explain how to setup SMS setting with some examples to get a clear idea as I'm not clear what should mention under setting ( Currently I have a SMS gateway for using this feature and I have purchased it from local company )
Can you explain below with some example as what data should be entered here to activate this.
Gateway *
URL *
Send to Name *
Message Name *
Param 1 to 5
Kindly explain how to setup SMS setting with some examples to get a clear idea as I'm not clear what should mention under setting ( Currently I have a SMS gateway for using this feature and I have purchased it from local company )
Can you explain below with some example as what data should be entered here to activate this.
Gateway *
URL *
Send to Name *
Message Name *
Param 1 to 5
- EGAnsweredThe parameters somehow varies depending on you SMS gateway provider
**URL** is your SMS Gateway provider `POST URL` to send the sms request.
**Send to Name** is the `to` field key. Your SMS gateway provider may have it as `mobile` or `msisdn` or even `to` etc, so you need to find out.
**Message Name** is the `message` field key. Your SMS gateway provider may have it as `body` or `content` or `text` or even `message` etc, so you also need to find out.
Param 1 to 5 are for query parameters, your SMS gateway provider might require extra info
about your SMS account to be able to send SMS, so you use these fields to specify them.
For instance
`api_token` as Name and `yourapi_token` as Value
or
`sender` as Name and `yourCustomSenderName` as Value
or
`username` as Name and `yourusername` as Value
or
`password` as Name and `yourpassword` as Value
Hope this helps. - MSAnswered**[Enyinnaya Gift](/u/giftedhands4real)** Thank you very much for help :)
- Login to Reply