aidelly_create_queue
POST /queues — create a new content distribution queue with recurring weekly time slots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| name | Yes | Queue name | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| slots | Yes | Time slots when queue should post | |
| brand_id | No | ||
| channels | No | Channels to post to from this queue | |
| timezone | No | IANA timezone ID for slot times (e.g. America/New_York) | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes |