Send an SMS message from a device to an external phone number. This allows devices to send SMS messages to phone numbers outside of your Hologram fleet.
The message can be sent as plain text using the body parameter or as base64-encoded content using the base64body parameter.
Note: This endpoint uses multipart/form-data encoding.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
Base64 encoded message body (alternative to body)
Plain text message body
"Hello from my IoT device!"
Phone number to send SMS to
"+15551234567"
Device ID sending the SMS
4020513
Comma-separated device IDs for bulk sending
Source phone number for the SMS
"+15559876543"