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.Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
Note: Inbound SMS message are always free.
How to send a message to a single SIM
- Open a SIM from the SIMs pages or using global search.
- Click the Manage SIM menu at the top of the page and choose Send message to SIM
- Select your message type (SMS, TCP, or UDP)
- Enter your message content, specify the port number for TCP/UDP messages, and send your message.
How to send bulk messages
- Navigate to the SIMs section in your dashboard.
- Use filters to find and select the target SIMs.
- Open the Manage SIMs menu at the top of the page and choose Send message to SIMs.
- Select your message type (SMS, TCP, or UDP)
- 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/messageSend inbound SMS to SIMs
Send a SMS to SIMs
POST /sms/incomingSend outbound SMS from SIM
Send SMS from SIM to phone number
POST /sms/outgoingRelated actions
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