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:
- Enablement Steps:
- 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" />
- Save the file and perform an IIS reset ("iisreset" in CMD opened in Admin mode).
- Permission steps:
- Create a role and add the proper Webhooks permissions as shown below:
- Once the role has been created, you can assign the same to the relevant users (as described in Assigning roles in Orchestrator).