0 votes

Can you give me some more information on how to use SMS over http? I read in the 2014.1 feature list that it's now supported, but I don't see any additional settings or options under the sms settings screen.

Thanks
Ryan

by (920 points)

1 Answer

0 votes
by (216k points)

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.

0

Does support have any guidance on using a service such as Twilio?

https://www.twilio.com/docs/api/rest/sending-messages

0

Hello,

As far as we understand from the description available in Twilio SDK, Twilio API requires that SMS messages are posted using POST HTTP requests. You won't be able to generate the required POST HTTP requests using the built-in Adaxes SMS over HTTP functionality. Nevertheless, there are 2 alternative ways how you can resolve the issue:

  1. E-mail SMS Proxy
    If you have or can set up an mail server that supports scripting, you can use the E-mail to SMS feature of Adaxes. On your mail server, you can set up a specialized account to accept E-mail SMS messages from Adaxes service. Then, with the help of scripts, you can parse the messages on the mail server to create HTTP requests to Twilio.
  2. Send SMS using scripts
    You can use native PowerShell functionality to create POST requests to Twilio API. On Adaxes Web Interface, you can make available a certain property of a user account that will be used to send an SMS message to that user. Then, you can create a Business Rule triggered when the property is modified. The Business Rule will launch a PowerShell script that will read the SMS text from the property, create and then send a POST request to Twilio API.
0

The support for sending SMS messages via RESTful APis was added in Adaxes 2017.1, including the support for the POST method. For details, see Configure SMS Settings. You can download the latest build here.

Upgrade Instructions

What's New

0

Starting from Adaxes 2017.2, Twilio has been added as a predefined SMS provider in Adaxes. You can download the latest build here.

Upgrade Instructions

What's New

Related questions

0 votes
1 answer

Any chance there is support for configuring mail settings in adaxes using HTTP Graph API integration instead of Exchange Online SMTP?

asked Jul 10 by emeisner (160 points)
0 votes
0 answers

After a recent upgrade I can no longer access our web portal externally - and only get the following. Sometimes it works for a few minutes but then stops. HTTP Error ... and handling these errors, visit Troubleshoot ASP.NET Core on Azure App Service and IIS.

asked May 22 by ckelley (60 points)
0 votes
0 answers

Looking for help from Customers of the Adaxes software that have fixed this issue. HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related ... ="false"/> 36: <handlers> 37: <remove name="WebDAV"/>

asked Dec 11, 2024 by ADuser (140 points)
0 votes
1 answer

What permissions does a Trustee (Specifically a Manager or Owner) need over a Managed Object to make it visible in their My managed objects? The Trustee can view their ... missing read permissions of specific attributes, which are the minimum I need to allow?

asked Nov 2, 2023 by Viajaz (210 points)
0 votes
1 answer

At the moment we build an action that put users into a group until the specified End-datetime is arrived. Is it possible to specifiy a Start-Datetime, so the user will be ... group for a amount of time from day x to day y if needed for privileged actions.

asked Feb 6, 2023 by VinAx (50 points)
3,731 questions
3,409 answers
8,625 comments
550,200 users