Please explain the process of performing in connection between chatbot and orchestrator webhook

Hello forum :slight_smile:

We are working on a task to link with the chatbot(not uipath chatbot) using the orchestrator’s webhook.
But we have no experience, so we are wandering a lot :sob:

No matter how many times I look in the forum, I can’t find a clear answer…
Please tell me the overall process of webhook and chatbot integration

Anyone please save us :cry:

Hi @Simba

I think u need to create a server using flask or some other framework in Python

Then data received from the orchestrator webhooks is then transfered to the server which in turn can transfer the data to chatbots via some API call.

The overall diagram look like

Orchestrator webhooks > server >chatbots

In this way you can perform this

Also u can check this video

Here I had created a python server which receive the events details from orchestrator webhooks and then send to telegram via API.call.

Hope this idea helps you

Regards

Nived N :robot:

Happy Automation :smiling_face::smiling_face::smiling_face:

Hello, @NIVED_NAMBIAR
Thanks for your anwsering :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.