How to deploy a UiPath Conversational Agent to Microsoft Teams or Web applications?

Hello Community,

I have created a Conversational Agent using UiPath Agent Builder.

Could someone please clarify:

  1. How can a UiPath Conversational Agent be deployed to Microsoft Teams?
  2. Is it possible to expose the agent to a web application / web chat?
  3. Are there any required configurations or prerequisites in Automation Cloud / Orchestrator for deploying conversational agents to external channels?

Any official documentation or best-practice guidance would be appreciated.

Thank you.

@loginerror @ovi

Will you able to help on this question

@Nithinkrishna @Catalina_Ianus @TFG @Vishal_Kalra @judylee

I am looking to deploy a conversational agent to web portals. Could you please advise on we can deploy it at an organization level—either through a company web portal or in Microsoft Teams—using the same agent? Your guidance would be greatly appreciated.

Hi @Naveen_Chaganti1

I think this will help

& Autopilot - Using the 1:1 chat with Autopilot for Teams app

1 Like

Thanks, it’s working in Teams. I’m now looking for a web solution where I can deploy the conversational agent on my company portal.

Hi @Naveen_Chaganti1

For a web solution, you need to embed the Conversational Agent using an <iframe>. You can refer to this document

<iframe
  src="https://cloud.uipath.com/myorg/mytenant/autopilotforeveryone_/conversational-agents/?agentId=12345&mode=embedded"
  width="400"
  height="600"
  frameborder="0"
  allow="clipboard-write"
></iframe>

You will need Agent ID, Tenent & org. There is detail description on how to find it in the above URL.

myorg → your organization name

mytenant → your tenant name

12345 → your actual Agent ID

Hope this helps :slight_smile:

1 Like

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