scheduled messages
Api reference content
post/api/messages/scheduled
Creates a new scheduled message.
Request body
| Content type | Schema |
|---|---|
| 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
| Status | Description |
|---|---|
| 201 | Response in headers ["x-aip-id"] |
| 400 | application/json {
"errors": "[string]"
} |