UiPath Documentation
add-ins
latest
false
  • Getting started
    • Introduction
  • UiPath Add-in for Mulesoft
  • 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

Custom action

The Custom Action action lets you execute a custom action via HTTP.

How it works

The following steps are an example of how to configure the action and describes the input and output properties.

  1. Complete the Setup steps.
  2. On your recipe, choose the Custom Action action.
  3. Enter values for the displayed properties.
    Note:

    You can find more information about Custom actions in Workato in the Workato official documentation.

Properties

Input

Action name

Give this action you're building a descriptive name, for example Create record, Get record.

AttributesDetails
TypeString
RequiredYes
Default valueEmpty
Allowed valuesSelect a String value.
NotesN/A
Method

Select HTTP method of the request:

AttributesDetails
Typeenum
RequiredYes
Default valueGET
Allowed valuesGET, POST, PUT, PATCH, OPTIONS, DELETE
NotesN/A
Path

For example, odata/Jobs. Path will be appended to base URI. Use absolute URI to override the base URI.

AttributesDetails
Typestring
RequiredYes
Default valueEmpty
Allowed valuesSelect a String value.
NotesN/A

Options

Request type
AttributesDetails
Typeenum
RequiredNo
Default valueEmpty
Allowed valuesJSON Request Body, URL encoded form, Multipart form, Raw request body
NotesN/A
Response type
AttributesDetails
Typeenum
RequiredNo
Default valueEmpty
Allowed valuesJSON response, Raw response
NotesN/A
Request body parameters
AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesEnter a valid JSON String
NotesN/A
Response headers
AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesEnter a valid JSON String
NotesN/A

Output

Body
AttributesDetails
TypeString
RequiredYes
Default valueEmpty
Allowed valuesA String pill
NotesN/A
  • How it works
  • Properties
  • Input
  • Options
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated