Move Automations To Folder
moveAutomationsToFolderMove one or more automations into an agent folder, or to the root level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Yes | Destination folder ID. Pass null to move the automations to the root level. | |
| automation_ids | Yes | IDs of the automations to move. Must be unique. |