0 votes

Hello,

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

by (50 points)

1 Answer

0 votes
by (301k 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

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 (1.8k 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)
0 votes
1 answer

Hi team, I am trying to set a primary smtp address to a user based on input during creation. If someone set a specific email in form, this is stored in customAttributeText3 and ... a specifc email address as primary? Do I need to run a PS command to set it?

asked Oct 13, 2023 by wintec01 (1.8k points)
0 votes
1 answer

Hi I need to send an HTML email via PowerShell, but my SMTP server needs authentication. Is there a way to get the SMTP settings configured for Adaxes via a script? Thanks

asked Sep 29, 2023 by chappers77 (2.0k points)
3,679 questions
3,361 answers
8,504 comments
549,361 users