For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Request featuresContact support
User guideHow-to guides
User guideHow-to guides
    • Dashboard
  • Manage SIMs and devices
    • SIM Inventory
    • Connected Devices
    • Device Policies
    • Troubleshooting
    • SMS
    • Automations
  • Integrations
    • No-code workflows
    • Application tokens
    • Reports
  • Workspace management
    • Workspace settings
    • Organization data
    • Users
    • Subscription
    • Billing
    • Single sign-on
    • Multiple Workspaces
    • User settings
    • Roles and permissions
LogoLogo
Request featuresContact support
On this page
  • Classifications
  • SMS P2P
  • SMS A2P
  • SMS MO and MT
  • Open the SMS console
  • Available guides

SMS

Was this page helpful?

Last updated May 22, 2025

Previous

Troubleshooting

Next

Automations

Built with

Short Message Service (SMS) uses the same basic technology on IoT devices as that employed with consumer mobile devices. However, in the context of IoT devices, there are more modes of SMS operation and use cases that provide additional capabilities.

Classifications

SMS P2P

Peer-to-peer (P2P) SMS describes the mode of sending SMS from one device to another.

For IoT devices, this poses a security threat. Anyone with the correct MSISDN can issue commands to the device since there isn’t any built-in authentication process.

P2P also isn’t suitable for IoT device use cases in which a device needs to update, interact, or transmit frequently because a device is limited to receiving only six SMS messages per minute in this mode.

SMS A2P

SMS application-to-peer (A2P) describes the mode of SMS data exchange between a device and an application. One example of this is sending SMS using the emnify Portal.

Unlike P2P, A2P lets you interact with multiple devices using an application. Because A2P SMS can be automated, you can interact with your devices at scale. It also tracks messages, which enables you to see when a message has been delivered.

SMS MO and MT

Because the costs of sending SMS from an IoT device are higher than the cost of receiving SMS, all SMS usage is logged as either SMS MO (sent) or SMS MT (received).

Using the emnify REST API, you can dispatch SMS MO from devices as HTTP POST requests toward a user-configurable URL.

To activate or deactivate SMS MO or MT for a group of devices, you can use the toggle switches in a new or existing Service Policy to which the devices are assigned. See Service Policies for more details.

Open the SMS console

Each device has an SMS console. To open a device’s SMS console, select its message icon.

From Connected Devices

From Device Details

Show the Device SMS console

Available guides

  • Send SMS via the emnify Portal
  • SMS operations using the emnify REST API
  • Set up a Zapier SMS integration
  • Configure Webhook or SMPP as your SMS interface