Sending alerts to MS Teams from AWS

1

Hi, I want to send alerts to MS Teams from AWS. As Webhooks is block in my teams so I am using Channel email. So I created SNS topic and then create subscription and in protocol I select 'email' and pasted the email address of the channel. But now I am not getting confirmation mail subscription is in pending status only. What to do now ? Anyone know how to fix that or any other way to send alerts to MS Teams from AWS.

質問済み 10ヶ月前1006ビュー
2回答
0

Hi, the commonly used methods are using a Webhook or Email as you've tried. I'm not aware of any other way to integrate SNS with MS Teams but as you mentioned you're not receiving the subscription email it sounds like you should spend some time investigating why that is happening rather than trying to pivot to another method.

回答済み 10ヶ月前
0

You can also use AWS Chatbot with Teams now. -> https://aws.amazon.com/blogs/aws/aws-chatbot-now-integrates-with-microsoft-teams/

Or you write your own Lambda to send alerts trough webhook to teams -> there is also a nice npm package for adaptive cards available: https://www.npmjs.com/package/adaptivecards

profile picture
David
回答済み 10ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ