I am a novice on UiPath and i would like to know how to set the orchestrator to listen a webservice hook in order to create a queue item ?
Kind regard
Bonjour,
Je suis novice sur UiPath.
Je voudrais cofigurer l’Orchestrator pour que à reception d’un hook il crée un item dans la queue.
Pouvez-vous m’aider ?
You can check the following steps to achieve the desired result:
In the Webhooks page in Orchestrator, click on the Add button to create a new webhook. Enter a name for the webhook and select the events you want to trigger the webhook (Job Started, Job Completed, etc.). Enter the URL of the web service endpoint that will receive the webhook.
Configure the web service endpoint to receive the webhook. Set up a web service endpoint that can receive the webhook payload. Make sure the endpoint is accessible & can receive HTTP requests. Parse the payload received from the webhook to extract the relevant data.
Use the UiPath Orchestrator API to create a queue item with the relevant data extracted from the webhook payload.
Check the queue in UiPath Orchestrator to ensure that the item was created successfully.
The webhook is already configured and it’s outside UiPath.
What i want to do is to catch that hook with UiPath and automatically generate an item queue in UiPath.
Is it possible ?