-2

We are using Microsoft Teams for communication in our company.

Is there a way to receive Google Stackdriver Notifications there?

Laures
  • 5,389
  • 11
  • 50
  • 76
  • You can build your own [Connector](https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors) to push these notifications. – Wajeed Shaikh Jan 08 '19 at 11:14

1 Answers1

2

Google Stackdriver has different Notification option, you can get notified by:

Email or Cloud Mobile App or PagerDuty or with SMS notifications and more...

For More options, See this public documentation

One of the option that maybe useful in your case is to create a Webhooks connector, then there is stackdriver notification option for Webhooks, see the link

Alioua
  • 1,663
  • 1
  • 9
  • 18
  • the outgoing webhook of stackdriver and the incomming webhooks connector are not compatible, as they use different formats and in microsoft teams chats/channels do not have an email address (only users do). looks like making a mailing list in office 365 is the best option so far – Laures Jan 09 '19 at 09:23
  • then choose email option in stackdriver monitoring and add how many emails for these users in your microsoft teams chats. – Alioua Jan 10 '19 at 16:00