Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 4.22 KB

File metadata and controls

63 lines (39 loc) · 4.22 KB

Extend Emergency Calling with the Power Platform

Home About Releases Deployment Guide Support

Disclaimer

Important

These samples are provided "as is" without warranty of any kind. Microsoft further disclaims all implied warranties including without limitation any implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the samples remains with you. In no event shall Microsoft or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the samples, even if Microsoft has been advised of the possibility of such damages. Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you.

Overview

Emergency call notifications in Teams are a feature that allows administrators and users to receive alerts when someone in their organisation makes an emergency call using Teams Phone System. The notifications can help responders locate and assist the caller quickly and efficiently. Currently, this is limited to notifying a group of people in a group chat.

This project was created to help Microsoft customers to deliver emergency notifications through email, SMS and more. With the only limitation being Power Automate connectors.

Benefits

  • Extend Emergency Call notifications beyond a Teams Group Chat, including:
    • Email
    • SMS (through Azure Communication Service)
    • Using 3rd Party solutions, available as Power Automate connectors.
  • Deliver Emergency call notifications dynamically dependant on location. (or other criteria)

How it works

The core solution extends emergency notifications to email only, but you can tweek the Power Automate flow to utilise any Power Automate connector. Check the list of connectors available for Power Automate

If you choose to extend your Emergency Calling notifications beyond just email, you may also need:

When extending further beyond the core solution, you can add more columns to the SharePoint list to hold different data for each site.

E.g. a mobile number for SMS.

When making changes to the Power Automate Flow, open all conditions and Apply to each and place any extra action beneath the "Send an email (V2)" action.

Select the column you created as the "To:" address, and it's best to use the SiteSearch variable for the content, as this has been converted to plain text. (You may see that an Apply to each action is created, don't panic! This is normal)

Note

Be sure to use the Unmanaged Solution if you are looking to make changes to the solution.
If you choose to use Power Automate premium connectors, you'll need to license these too or use a Pay-as-you-go Power Platform plan. More information about PAYG.

Page info

Page About
Author Rob Watts (@robwatts365)
Version 1.0
Date 17/06/2024