Send SMS to Thing
This guide will provide a small guidance on how to send SMS message from portal to your Thing.
Before using this API, please make sure that your SIM card profiles and your Monogoto account supports MT SMS functionality
Send an SMS to a single Thing
GET
https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/sms
Path Parameters
Name
Type
Description
ICCID*
String
The ICCID of your SIM
Headers
Name
Type
Description
TOKEN_HERE*
String
Your authentication token
Request Body
Name
Type
Description
SMS_CONTENT*
String
SMS message content
SENDER_NAME
String
Sender name you wish recipient to see
Example using cURL:
Example of request:
Expected result showing ID of the SMS message:
Last updated
Was this helpful?