Hello,

How do I configure Adaxes to use SendHub to send SMS?

by (50 points)

1 Answer

by (310k points)
Best answer
0 votes

Hello John,

For information on how to configure SMS settings in Adaxes, have a look at the following help article: https://www.adaxes.com/help/ConfigureSMSSettings. In case of SendHub, you will need to use the HTTP to SMS (REST API) option with the following settings:

URL: https://api.sendhub.com/v1/messages/?username=&api_key= where:

  • <USERNAME> - Specifies your SendHub username.
  • <APIKEY> - Specifies your API key which can be found on the SendHub settings page.

Method: HTTP POST

Header: Content-Type: application/json

Body: {"contacts": ["+%mobilenumber%"], "text": "%smstext%"} image.png For more details, have a look at related SendHub documentation: http://apidocs.sendhub.com.

Related questions

Hi, I am finding the SMS Settings options a little limited. We use a bispoke SMS web service gateway to integrate with our SMS provider and I have managed to use ... rather than in the query string or alternatively, to launch an external script or executable?

asked Feb 23, 2016 by sam.webster (390 points)
0 votes
0 answers

Hello, I am trying to give the helpdesk a method of alerting all users in the organization of a service interruption via SMS or email. I was able to create a custom command ... users in an ALL USERS ad group of some sort. Any help would be appreciated. Thanks!

asked Feb 20, 2019 by trwhalen (70 points)
0 votes
1 answer

Hi, In a previous installation of Adaxes, we were able to reset users passwords, and send it automatically by SMS to the user. When we try to do the same in Adaxes 2018. ... when we reset a users password. A similar SMS works just fine when we create the user.

asked May 23, 2019 by eirikza (120 points)
0 votes
1 answer

Hello Im trying to properly set HTTP to SMS (Rest API) Header for Clickatel. Specifically for 2-way SMS needed for sending to US mobile numbers. any suggestion how to do it? thank you DoD

asked Mar 27, 2018 by DoD (50 points)
0 votes
1 answer

Would you consider adding a feature to allow "SMS"'s to be sent by executing a PowerShell script and passing on the details as parameters for those that have more exotic setups that don't have normal APIs (Email/HTTP)? (Eg: dPMR Gateways)

asked Nov 14, 2017 by Staj (350 points)
0 votes
1 answer