Forum Discussion
some guy
Jan 04, 2018Iron Contributor
Use Flow to post O365 Admin Center messages to Teams?
Is there a way I can get the incident and advisory notifications from the O365 Admin Center to post a message to Teams using Flow? I am new to Flow and didn't see any connectors to the Admin Center ...
I think it's possible, but you will need to dig into how to call the Microsoft Graph from Flow...but certainly it's possible to get information from the Message Center using the Graph and it's possible to integrate Graph in your Flows. Some examples of both ideas:
https://powerusers.microsoft.com/t5/Microsoft-Flow-Community-Blog/Extend-Microsoft-Flow-with-the-Microsoft-Graph-and-0-code/ba-p/61662
- https://blogs.msdn.microsoft.com/brismith/2017/10/23/microsoft-planner-a-change-management-solution-for-office-365/
https://powerusers.microsoft.com/t5/Microsoft-Flow-Community-Blog/Extend-Microsoft-Flow-with-the-Microsoft-Graph-and-0-code/ba-p/61662
- https://blogs.msdn.microsoft.com/brismith/2017/10/23/microsoft-planner-a-change-management-solution-for-office-365/
Erlend Moen
Jul 12, 2018Iron Contributor
There is a new role now - Message Center Reader - that would make access to the Message Center a bit easier. I would also like to see a connector to Flow!
- Brian-SmithDec 05, 2018Microsoft
Take a look at my custom connector https://blogs.msdn.microsoft.com/brismith/2018/10/30/a-flow-custom-connector-to-read-o365-communications-api/
Best regards,
Brian.
- Erlend MoenDec 06, 2018Iron ContributorThat was a great blog-post! We will try that one out! Thanks!