qui_create_automation
Create a new automation for a specific qBittorrent instance by sending a POST request to the qui API. Specify the instance ID and provide the automation configuration in the request body.
Instructions
Call qui's POST /instances/{instanceID}/automations/ endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |