Sending messages to MS Teams instead of sending an email
Has anyone been able to send messages to MS Teams from a workflow? We would like to integrate with Teams at times instead of using emails. I did see an older thread in the community that it wasn’t possible, but that was written in 2020, so I was hoping changes had been made to allow the functionality.
Donna Pace
Posted 3 years ago · Edited 1 year ago·Last reply 3 years ago
1 comment
stefan_busch
·3 years ago · EditedHello,
to my knowledge there is no official integration of Microsoft Teams. What you could try is writing a program that polls for workflow tasks via the rest api from Collibra and then sends a Teams message via the Microsoft Graphs rest api (there are ways to make rest calls from within a script task of a workflow but they are not recommended).