Create Queue
createQueueCreate a new queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Queue name. A standalone queue must be uniquely named within the team. A queue created inside an automation instead has to be uniquely named within a revision, which is checked when that revision is activated. | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| folder_id | No | Optional folder to nest the queue under. | |
| description | No | Optional human-readable description. | |
| automation_id | No | Automation this queue belongs to. Optional for teams not yet migrated to Automations; required once a team has migrated. |