Skip to main content
The Hologram Cloud provides an API and an interface in your dashboard to send inbound SMS, TCP, or UDP messages to a cellular device through a SIM. By running a server on your device that listens on a given port, you can receive and process these messages. Hologram’s cloud messaging allows you to send a TCP or UDP message to a specified port on your device. This is helpful when you want to send messages to your device using only data. SMS is commonly used by IoT devices to send command, configure, and control messages. For example, setting the APN without requiring any additional device setup.
Note: Inbound SMS message are always free.

How to send a message to a single SIM

  1. Open a SIM from the SIMs pages or using global search.
  2. Click the Manage SIM menu at the top of the page and choose Send message to SIM
  3. Select your message type (SMS, TCP, or UDP)
  4. Enter your message content, specify the port number for TCP/UDP messages, and send your message.

How to send bulk messages

  1. Navigate to the SIMs section in your dashboard.
  2. Use filters to find and select the target SIMs.
  3. Open the Manage SIMs menu at the top of the page and choose Send message to SIMs.
  4. Select your message type (SMS, TCP, or UDP)
  5. Enter your message content, specify the port number for TCP/UDP messages, and send your message.

How to send a message to SIMs using the REST API

Send cloud message to SIMs

Send a message to SIMs POST /devices/message

Send inbound SMS to SIMs

Send a SMS to SIMs POST /sms/incoming

Send outbound SMS from SIM

Send SMS from SIM to phone number POST /sms/outgoing

View SIM reporting

View outbound SMS usage details

Simulate message to API

Simulate a message to the API from a single SIM

Get outbound SMS usage

Get outbound SMS usage GET /usage/sms