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.

asked 10 months ago934 views
2 Answers
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.

answered 10 months ago
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
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions