Skip to main content
The SMS tab (Monitor → SMS Service) is where you enable and manage SMS notifications for your product. Turn the service on and your devices and rules can send text messages — alerts, confirmations, threshold notifications.

What you can do

  • Enable / disable the SMS service for this product
  • Manage how SMS notifications are sent

Sending an SMS

From firmware (Arduino), send a message with the SDK:
device.sendSMS(productId, to, message);
// or the response variant: device.sendSMSWithResponse(...)
Rules configured on the product can also trigger SMS notifications when a condition is met.

Next: Users

Monitor who’s using your product.