Hello Ryan,
To be able to send SMS via HTTP, in the SMS settings of your Adaxes settings, you need to specify a URL template for sending SMS messages in the To field, leaving all the other fields blank. For example, for Clickatell, the URL pattern will look something like this:
http://api.clickatell.com/http/sendmsg?api_id=1234567&user=johndoe&password=secret&to=%mobilenumber%&text=%smstext%
where:
- %mobilenumber% is a value reference that will be replaced with the recipient's mobile phone number and
- %smstext% is a value reference that will be replaced with the SMS message text.
For information on how to access SMS settings of your Adaxes service, see the following help article: http://www.adaxes.com/help/?HowDoI.Mana ... tings.html.