add-ins
latest
false
- Getting Started
- 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
Add-ins User Guide
Last updated Jul 17, 2024
Configuration
After downloading and installing the UiPath Add-in, use the following instructions to make it available for use inside a Mule application.
The first step is to create a new Mule project:
- In Anypoint Studio, click File, select New, then select Mule Project.
- Enter the project name and specify Runtime, API implementation, and Project Location if needed.
- Click Finish to create the project.
Now you must configure a Global UiPath Element. This is used by the UiPath Add-in to authenticate. The Add-in supports Client Credentials Authentication.
The following parameters are required for the Client Credentials configuration:
Parameter | Description |
---|---|
Base Url |
The UiPath base URL. Depending on your connection, use one of the following:
|
Client Id | The OAuth Client ID registered with UiPath. You can find it in the API Access page of your Cloud Platform account. Navigate to Admin > Tenants. The Tenants page lists all existing tenants. Click the arrow on the left of the desired tenant to display its available services. Click API Access for the Orchestrator service. |
Client Secret | The Client secret generated when you registered your External Application. For more information, visit the Setup page. |
Token Url |
The UiPath token endpoint URL. Depending on your connection, use one of the following:
|
Scopes | The OAuth scopes to be requested during the dance. Values entered here are separated by a space. The following are the scopes
required for all operations to work: OR.Tasks OR.Folders OR.Folders.Read OR.Robots OR.Machines OR.Execution OR.Assets OR.Jobs OR.Queues .
|