UiPath Webhook Listener - On-premise

Hi,

Our UiPath Orchestrator is on-premise.

What are my options for receiving webhooks and later use the payload/data?
I have searched everywhere, and there are mostly tutorials about how to send webhooks from Orchestrator to another endpoint or how to create a standalone webhook listener.

Is it possible to use the on-premise Orchestrator (any version) to set up a listener? Does it support this functionality or not?

Does this have something to do with a potential listener?: Orchestrator - Webhooks Requests (uipath.com)

If not, what are the best recommendations, and is there any guide/tutorial (preferably video) available?

@atomic

Ideally if you want to receive data from a webhook then you cannot do it with orchestrator…as you need a middleware for it

Cheers

1 Like

@Anil_G Okay thank you, do you have any suggestion?
Should I use Flask or something else?

@atomic

Yes better you go with any middleware…flask also would do…but choose which integrates easily as per your infra…

Cheers

1 Like

@Anil_G

Was reading about this, but this is some kind of preview and only available in Cloud?
Do we know if this will possible be released more broadly (On-prem)?
Because the things described in the linked post seems to be a webhook listener right?

@atomic

Yes cloud UiPath has integration services which can work as listner…but ai believe yoy already mentioned yours is an on prem…

And there is pipeline as of now but when this would be available on on prem is not known yet.

Cheers

Okay, thank you for the information.

1 Like