Send cloud message to device
Send a cloud message (data) to one or more devices. Messages can be sent as plain text using the data parameter or as base64-encoded content using the base64data parameter. Port must be between 1 and 65535. Protocol must be TCP or UDP. Max data size is 10K.
Authorizations
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.
Body
List of device IDs to send the message to
Destination port number (1–65535)
1 <= x <= 65535Transport protocol for the message
TCP, UDP Data to send (plain text). Max 10K
Data to send encoded in base64. Max 10K
When true (default), encrypt the message payload