add-ins
latest
false
  • Getting started
    • Introduction
  • UiPath Add-in for Mulesoft
    • About
    • Setup
    • Installation
    • Configuration
    • Quickstart
  • UiPath Add-in for Microsoft Power Automate
  • UiPath Add-in for Salesforce
  • UiPath Add-in for ServiceNow
  • UiPath Add-in for Workato
  • UiPath Add-in for Workday
UiPath logo, featuring letters U and I in white

Add-ins user guide

Last updated Mar 30, 2026

Add queue item

Overview

<uipath-connector:queues-add-queue-item>

  • OAuth required scopes: OR.Queues or OR.Queues.Write
  • Required permissions: Queues.View and Transactions.Create

This operation makes an HTTP POST request to the /odata/Queues/UiPathODataSvc.AddQueueItem endpoint.

Parameters

NameTypeDescriptionDefault ValueRequired
ConfigurationStringThe name of the configuration to use.N/AYes
$expandStringIndicates the related entities to be represented inline. The maximum depth is 2.N/AN/A
$selectStringLimits the properties returned in the result.N/AN/A
X UIPATH Organization Unit IdNumberFolder/OrganizationUnit IdN/AN/A
BodyAnyThe content to use.#[%dw 2.0 output application/json --- { "startInfo": { "ReleaseKey": "", "Strategy": "", "JobsCount": 1, "InputArguments": "{}" } }]N/A
Config RefConfigurationProviderThe name of the configuration to be used to execute this component.N/AYes
Streaming StrategyRepeatable In Memory Stream Repeatable File Store Stream non-repeatable-streamConfigure if repeatable streams should be used and their behavior.N/AN/A
Custom Query ParametersObjectN/AN/AN/A
Custom HeadersObjectN/AN/AN/A
Response TimeoutNumberThe timeout for request to the remote service.N/AN/A
Response Timeout UnitEnumeration, one of: NANOSECONDS MICROSECONDS MILLISECONDS SECONDS MINUTES HOURS DAYSA time unit which qualifies the Response Timeout.N/AN/A
Streaming TypeEnumeration, one of: AUTO ALWAYS NEVERDefines if the request should be sent using streaming. Setting the value to AUTO automatically defines the best strategy based on the request content.N/AN/A
Target VariableStringThe name of a variable on which the operation’s output is placed.N/AN/A
Target ValueStringAn expression that is evaluated against the operation’s output and the outcome of that expression will be stored in the target variable.# [payload]N/A
Reconnection StrategyReconnect Reconnect ForeverA retry strategy in case of connectivity errors.N/AN/A

Output

TypeAttributes Type
AnyHttp Response Attributes
See Configuration parameters.
Throws
  • UIPATH-CONNECTOR:BAD_REQUEST
  • UIPATH-CONNECTOR:CLIENT_ERROR
  • UIPATH-CONNECTOR:CONNECTIVITY
  • UIPATH-CONNECTOR:INTERNAL_SERVER_ERROR
  • UIPATH-CONNECTOR:NOT_ACCEPTABLE
  • UIPATH-CONNECTOR:NOT_FOUND
  • UIPATH-CONNECTOR:RETRY_EXHAUSTED
  • UIPATH-CONNECTOR:SERVER_ERROR
  • UIPATH-CONNECTOR:SERVICE_UNAVAILABLE
  • UIPATH-CONNECTOR:TIMEOUT
  • UIPATH-CONNECTOR:TOO_MANY_REQUESTS
  • UIPATH-CONNECTOR:UNAUTHORIZED
  • UIPATH-CONNECTOR:UNSUPPORTED_MEDIA_TYPE
  • Overview
  • Parameters
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated