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 个月前1004 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则