Sending notifications from Uipath Orchestrator to Microsoft Teams through Webhooks

Hello Team ,

Could you please confirm is there any way to send notifications like job started, job faulted, job failed etc… from UiPath Orchestrator to Microsoft Teams through Webhooks without using any third party integration like power automate or web server.
Orchestrator version : 2023.4.3

1 Like

Hmm there is no direct activity to do this

You can try with integration services
There we have a connector

https://docs.uipath.com/integration-service/automation-cloud/latest/user-guide/uipath-microsoft-teams#:~:text=Activity%20package&text=You%20can%20use%20the%20connection,on%20your%20Microsoft%20Teams%20objects.

Or

Though not for all functionalities but for few that too with we have custom component
Check this out

Or u can try to connect with power automate from UiPath and trigger a auto flow to send a message to teams

Hope this helps

Cheers @chaithrakrishnappa

I don’t think it’s possible currently. As Orchestrator outgoing webhook sends data that is not in the format that Teams expects for a message.