Basic Guidance for Integrating UiPath in an Action Task

Hi, I am relatively new to Kore and just build my first dialog task recently. I am trying to figure out Action Tasks. I need to put together a basic “how-to” for a colleague trying to code a UiPath script to automate the process of filling out and submitting a form. I figure an API call via an Action Task is the way to go, but I do not know which settings to use to best integrate the Kore bot with UiPath. I can only understand the documentation to a certain extent, if anyone has experience integrating Kore with UiPath or any other RPA tool like Blue Prism or Automation Anywhere, I would appreciate any guidance. Thank you.

1 Like

@tinglesby Use a dialog task instead of action task to collect the user inputs and have a webhook node at you dialog task to push the collected information to BotKit. You could now utilize the data available at botkit by integrating UiPath with it.

We have integrated botkit with BluePrism in the past and maybe that could serve as a reference to you. Please access to the below links for more details on webhook node at dialog tasks, Botkit and BluePrism integrations.

https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/working-with-the-web-hook-node/

https://developer.kore.ai/docs/bots/sdks/installing-the-botkit-sdk/

https://developer.kore.ai/docs/bots/sdks/functions-for-the-botkit-sdk/

https://developer.kore.ai/docs/bots/sdks/sdk-events/

https://developer.kore.ai/docs/bots/sdks/botkit-sdk-tutorial-blue-prism/