0 votes

Hello,

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

by (50 points)

1 Answer

0 votes
by (304k points)
selected by
Best answer

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=<USERNAME>&api_key=<APIKEY> 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

0 votes
0 answers

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
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 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 by emeisner (160 points)
0 votes
1 answer

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 by wintec01 (2.0k points)
0 votes
1 answer

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

asked Jun 4, 2024 by ZoomGhost (280 points)
3,725 questions
3,404 answers
8,605 comments
550,099 users