Forum Discussion
Bhavini
Jul 20, 2023Copper Contributor
Send text message using Logic app
We have designed a playbook to send text and email notification to user whenever there are multiple failed login attempts. This is to confirm if that was a legitimate login attempt or not. If user confirm that he was not involved in that activity, then only we will create an incident. If there is no response from user, then also we will create an incident.
We successfully sending email notifications but unsure how to send text message on phone in below format.
- Chandrasekhar_AryaSteel ContributorYou can use Azure Communication Services to send SMS messages. You will need an active Communication Services resource and connection string. Find below URL that gives more details
https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/sms/send?tabs=windows&pivots=platform-azcli
https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/sending-rest-api-data-to-azure-sentinel/ba-p/558896
Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.