Need Help? We are right here!
Thanks for your Enquiry. Our team will soon reach out to you.
If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com
Search Results:
×An SMS Gateway is an application that allows your device or server to receive and send Short Message Service (SMS) between various telecommunication networks. These networks can range from local (within a specific area) or international networks. They use a wireless carrier to route text/push messages to mobile devices
By default, miniOrange provides and uses it's own SMS Gateway to send OTPs to users. If you have a custom SMS gateway configured, you can use the same to send SMS from your miniOrange account. Check out our list of Supported SMS gateways.
You can contact idpsupport@xecurify.com for adding your own gateway or if you need help with any SMS Gateway integration.
Follow the guide to configure SMS gateway in your account
HTTP API with GET Method enables users to send account information in query parameters to their SMS Gateway Providers. Note that the query string (name/value pairs) is sent in the URL of a GET request. A few examples of providers using the GET method include msg91, Clicksend, and BulkGate.
To configure your SMS gateway using GET method, follow the steps below.
Parameter | Description |
---|---|
URL | https://api-mapper.clicksend.com/http/v2/send.php?method=http&username=YOURUSERNAME&key=YOURAPIKEY&to=##phone##&message=##message## |
Content-type | application/json, application/x-www-form-urlencoded |
Authentication Type | No Auth |
HTTP API with POST method is used to send data to a server to create/update a resource.
The data sent to the server with POST is stored in the request body of the HTTP request and sent to SMS Gateway Server.
Eg: POST /rest.messagebird.com/api/messages
Host: localhost
name1=value1&name2=value2
A few examples of providers using the POST method include Alibaba, Plivo, and MessageBird.
To configure your SMS gateway using POST method, follow the steps below.
Parameter | Description |
---|---|
URL | https://rest.messagebird.com/api/messages |
Content-type | application/json , application/x-www-form-urlencoded |
Authentication Type | No Auth |
Parameter | Description |
---|---|
Gateway Parameter for SMS Body | ##message## |
Gateway Parameter for Recipient's Phone Number | ##phone## |
Gateway Parameter Key | Gateway Parameter Value |
Parameter | Description |
---|---|
URL | https://rest.messagebird.com/messages |
Content-type | application/json , application/x-www-form-urlencoded |
Authentication Type | Basic Auth |
User Name | Enter your user name |
Password | Enter a password |
Parameter | Description |
---|---|
Gateway Parameter for SMS Body | ##message## |
Gateway Parameter for Recipient's Phone Number | ##phone## |
Gateway Parameter Key | Gateway Parameter Value |
Twilio Communications APIs enable voice, messaging, and video conversations within the web and mobile apps. This facilitates developers to make easy communications between different apps.
Twilio can be used to send SMS, make Voice Calls and more, across the customer journey. All you need to do is integrate its API with miniOrange. Click here to know more:
To configure your SMS gateway using Twilio Gateway, follow the steps below.
Parameter | Description |
---|---|
URL | https://api.twilio.com/2010-04-01/Accounts/YOURACCOUNTSID/Messages.json |
Authentication | BasicAuth |
Username | ACCOUNTSID |
Password | AUTHTOKEN |
Parameter | Description |
---|---|
Body | ##message## |
To | ##phone## |
From | YourTwilioPhoneNumber |
After saving the configuration, you can test your SMS Gateway with the following steps.
If you have any further queries. Please contact us at idpsupport@xecurify.com