Messages can be sent to Automate from any source capable of making HTTP requests. A message is sent using the POST method to URL https://llamalab.com/automate/cloud/message with either a webform or JSON body, see example requests below. Check out cURL, a common tool for making HTTP request available for most systems.
Privacy notice! Messages sent from this endpoint isn’t end-to-end encrypted (no cipher account), any recipient receiving a message will be able to read it. See also Privacy Policy.
A limitation of the application/x-www-form-urlencoded
body is that it can only have a text payload
.
POST /automate/cloud/message HTTP/1.1 Host: llamalab.com Content-Type: application/x-www-form-urlencoded
A application/json
body can have any JSON data type as payload
.
POST /automate/cloud/message HTTP/1.1 Host: llamalab.com Content-Type: application/json