Send Instant SMS
This method allows you to send sms to DND numbers instantly. Useful for OTP, verification codes etc.
URL
https://mail.tribearc.com/api/sms/send_now.php
PARAMETERS (POST)
api_key
your API key, available in Settings.from
the Company's name (We Show 'MAlert' by default because of DND). You should include your company's name in the message body instead.to
the recipient's telephone number
>
message
The actual message you intend to send. Include your company name at the beginnnig or end of your message. (Max lenght is 159)
RESPONSE (Plain text)
Success: Message Successful
Error: No data passed
Error: API key not passed
Error: Invalid API key
Error: From name not passed
Error: To Phone number not passed
Error: Message is empty
Error: Phone number must be between 11 to 14 digits long, use international format (+23470345xxxxx)
Error: Message too long. Max of 159 characters
CLICK TO TRY ON POSTMAN