How to get HTTP Webhook URL

We’ve got a process setup in our Dev environment (tenant) to use a http webhook as the event trigger. We get the webhook trigger URL from inside of UiPath during development from the ‘Webhook Event Happened’ activity.


However, now that we’ve deployed the process package into a new environment (tenant) - uk_uat instead of uk_dev - where do we get the updated webhook trigger URL from? We obviously can’t access it from Studio anymore as studio is hooked up to a different tenant, and (not for lack of trying) I cannot find anywhere in Orchestrator there I can access the URL for the trigger in that tenant. I can see I’ve got it hooked up to a connection, but cannot find the actual URL anywhere…

hi @Adam_KellingrayWilliamson ,

You can’t look up the existing HTTP Webhook URL in Orchestrator each tenant gets its own URL.

When you deploy to a new tenant like uk_uat reconnect Studio to that tenant or open the trigger in Integration Service, then copy the newly generated webhook URL from the trigger configuration and use that in the external system.

Orchestrator does not expose webhook URLs by design.

Webhook URLs are tenant-specific and are only exposed in Studio. After deploying to a new tenant (UAT/PROD), you must connect Studio to that tenant and open the Webhook Event Happened activity to copy the new URL.

You can open studio and change orchestrator connection to tenants if there’s any workaround, or no choice than logging in same way as dev machine to other environments and copy the URL.

Thanks for the reply, but there is nothing listed in the Integration Services page - instead it directs you to Orchestrator (where the URL is still not visible).

This just seems absurd that the URL is not visible in Orchestrator and can only be accessed via Studio… :frowning:

@Adam_KellingrayWilliamson

try using a disconnected trigger

that is instead of having http webhook trigger activity in your process go to orchestrator → triggers → event triggers → create a trigger from there for webhook..and select the process you want to trigger

in your process you can use the below activity to get the data for your webhook

cheers