Need to Create Connector to integrate uipath with google chat as well as microsoft teams

Hi Team,

Need to Create Connector to integrate UiPath with google chat as well as microsft teams

Is any one created own connector to perofmr this actions

1 Like

Hi @Naveen_Chaganti

UiPath recommends using HTTP Request activity with Google Chat and Microsoft Teams incoming webhooks to send messages. No official connector exists, but custom integration via API is supported.

If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath

Hi,

Thank you for your response.

UiPath integration service offers the ability to build custom connectors, so I am looking for that option instead of HTTP requests, as I need to integrate with Agentic Automation for a chatbot experience.

@Naveen_Chaganti

For teams you have a connector already..for gchat you can create your own connector there is no builtin as of now

Cheers

1 Like

Based on current information, UiPath already provides an official connector for Microsoft Teams, which allows you to integrate UiPath automations directly with Microsoft Teams for activities such as sending messages, getting chat information, and automating workflows within Teams. This connector is available in the UiPath Integration Service and Marketplace, and you can use it in your projects by following the documented setup steps.

For Google Chat, there is no official connector as of now. However, UiPath offers the ability to create custom connectors using the Connector Builder tool. This tool allows you to build connectors to third-party REST APIs, such as Google Chat’s API, without writing code. You can define endpoints, set up authentication, test your connector, and publish it for use in your automation workflows. Several users in the UiPath community have discussed creating their own connectors for Google Chat, but there is no widely available, off-the-shelf connector for Google Chat in the UiPath Marketplace at this time.

In summary:

  • Microsoft Teams: Official UiPath connector available; easy to use and well documented.
  • Google Chat: No official connector yet; you can build your own custom connector using UiPath Connector Builder.
1 Like

Yes, I am looking for information on the Google Chat connector. If anyone has already created it, I would appreciate some help with that

@Naveen_Chaganti

what exact info you would need?

cheers

UiPath Integration with Google Chat & Microsoft Teams

  • Microsoft Teams:
    Use the UiPath Microsoft Teams Activities Pack available in UiPath Marketplace for sending messages, creating channels, etc.
  • Google Chat:
    No official UiPath activity available.
    You can create a custom HTTP connector using Google Chat REST API with UiPath’s HTTP Request activities.