0 votes

Hello,

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

by (50 points)

1 Answer

0 votes
by (272k 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 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.1k 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)
0 votes
1 answer

I'm trying to modify mailbox settings to add additional email addresses to a user after creation. This is a hybrid on-prem and Exchange Online with E5 licenses. Everything works up ... to a different OU during the process so I know the user exists. Any ideas?

asked Mar 6, 2023 by Michael Long (70 points)
+1 vote
1 answer

Hello All, it is possible to configure SMTP mail setting using Exchange Online with modern authentication and Azure security defaults enabled? Currently I have setup local IIS ... defaults but I would like to connect to my more secured tenant. Regards Ivaylo

asked Dec 6, 2022 by ivaylo.valkov (100 points)
3,348 questions
3,049 answers
7,791 comments
545,048 users