activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Oct 14, 2025

UiPath Orchestrator HTTP Request

Description

Perform HTTP requests to interact with UiPath Orchestrator using existing connector and connection configuration. It enables you to make custom REST API calls to any Orchestrator object.

Note: This activity is only available for API Workflows.

Project compatibility

Windows | Cross-platform

Configuration

  • UiPath Orchestrator connection - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
  • Method - Select how your HTTP request should interact with Orchestrator:
    • GET - Retrieves data without modifying it.
    • POST - Sends data to Orchestrator, usually to create or update a resource.
    • PUT - Updates an existing resource.
    • DELETE - Removes a specified resource from Orchestrator.
    • PATCH - Partially updates an existing resource.
  • Base URL - Specifies the web address of the server where you want to send your request. For example, https://store.example.com/search.
  • Request URL - Specifies the full URL for the REST API call.
  • Headers - Speficies additional HTTP request headers.
    Note: The following headers are automatically added by the activity, and do not need to be included:
    • Authorization: Bearer <token>
    • Accept: application/json
    • Content-Type: application/json
  • Query parameters - Specifies the query parameters as name–value pairs.
  • Body - Specifies the payload content for the request.
  • Description
  • Project compatibility
  • Configuration

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.