Hello,

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

by (50 points)

1 Answer

by (307k 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 (370 points)
0 votes
0 answers

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

asked Jul 10, 2025 by emeisner (160 points)
0 votes
1 answer

After following the process outlined at https://www.adaxes.com/help/ConfigureMailSettings/#exchange-app-auth, I enter in the smtp server, port 587, the server requires ... nothing. Checked the adaxes logging, nothing. Any help is apprecaited. Thank you!

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

Hi again, the script here needs a small change In the last catch area, it has to be $messageEncodingName, otherwise the output will show nothing for default as the value is empty : ) catch { $messageEncodingName = "UTF-8 (default)" }

asked Mar 11, 2025 by wintec01 (2.4k points)
0 votes
1 answer

I'd like to see all the possible configuration settings if possible.

asked Jun 4, 2024 by ZoomGhost (300 points)
0 votes
1 answer