Challenged Enabling Webhooks from the Orchestrator User Interface

How to enable Webhooks in Orchestrator apart from using the UI

Issue Description

If for some reason, there are challenges experienced in enabling the Webhooks from the Orchestrator UI via these steps, you can manually enable Webhooks as well. Follow the resolution steps below for guidance on this.


Resolution Steps

Perform the following steps to enable Webhooks feature and make it functional:

  1. Enablement Steps:
  1. In the "UiPath.Orchestrator.dll.config" file (C:\Program Files (x86)\UiPath\Orchestrator), modify the following keys as shown:
  • <add key="Webhooks.LedgerIntegration.Enabled" value="true" />
  • <add key="Webhooks.Enabled" value="true" />
  1. Save the file and perform an IIS reset ("iisreset" in CMD opened in Admin mode).

  1. Permission steps:
  1. Create a role and add the proper Webhooks permissions as shown below:

image.png

  1. Once the role has been created, you can assign the same to the relevant users (as described in Assigning roles in Orchestrator).