scheduled messages

Api reference content
post/api/messages/scheduled

Creates a new scheduled message.

Request body

Content typeSchema
application/json
{
  "name": "string",
  "start_at": "string",
  "repeat_until": "string | double",
  "repeat_each": "string | double",
  "file_id": "string",
  "days_of_week": "su | mo | tu | we | th | fr | sa",
  "actions": [
    {
      "mac": "string",
      "audio": "boolean",
      "relays": "[double]"
    }
  ],
  "duration_limit": "double"
}

Responses

StatusDescription
201
Response in headers
["x-aip-id"]
400
application/json
{
  "errors": "[string]"
}