Send SMS to Thing
This guide will provide a small guidance on how to send SMS message from portal to your Thing.
Send an SMS to a single Thing
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
// Response
}{
// Response
}Example using cURL:
curl -X POST \
--url "https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/sms" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}" \
-d "{ \"Message\": \"{SMS_CONTENT}\", \"From\": \"{SENDER_NAME}\"}"Last updated
Was this helpful?