Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Is it possible to send Power Apps Push notification to security group or mailbox?

(0) ShareShare
ReportReport
Posted on by 1,551

I am using Send push notification V2 action in Power automate flow to send a push notification on canvas mobile app. It is working fine for individual/user email addresses.

 

But, I want to a send push notification to a group. Is it possible to send Power Apps Push notification to security group or mailbox?

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: Is it possible to send Power Apps Push notification to security group or mailbox?

    Hi @ganeshsanap,

    I think you could try the Office365Groups connector

    1. Add an Office365Groups connection

    2. Write the formula as below:

    PowerAppsNotification.SendPushNotification(
     {
     recipients: ForAll(
     Office365Groups.ListGroupMembers("GroupID").value,
     mail
     ),
     message: "message"
     }
    )

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1