uipath_add_queue_item
Add an item to a UiPath queue for automated processing by robots. Specify queue name, data, and optional priority or reference.
Instructions
Add a new item to a UiPath queue. The item will be processed by robots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The data/content for the queue item | |
| folderId | No | Folder ID where the queue exists | |
| priority | No | Item priority (default Normal) | |
| queueName | Yes | Name of the queue to add item to | |
| reference | No | Optional unique reference for tracking |