Skip to main content

Notifications

Power Automate - Building Flows
Unanswered

Planner - Notification Users associated with the task

(1) ShareShare
ReportReport
Posted on by
Hello community!
 
I have a problem in Microsoft Planner where comments on tasks do not notify all users who are associated with the task, only the team group email address. I would like to automate notifications to all assignees using Power Automate.
 
What I want:
Send email or a Teams when adding a new comment in a Planner task to all users who are associated with the task

What I've already tried:
I searched for triggers in Power Automate, but I couldn't find one specifically for comments in Planner.

I tried using generic connectors, but to no avail.

Questions:
Has anyone developed a solution for this?

Thank you for your valuable help!
  • trice602 Profile Picture
    trice602 11,848 on at
    Planner - Notification Users associated with the task
    Hi,
     
    I haven't tried this yet but looks good.  Check this out!  So this would run on a scheduled flow where you could check every 30 minutes.
     
    GET https://graph.microsoft.com/v1.0/planner/plans/{plan-id}/tasks
    Authorization: Bearer {access-token}
     
     
    {
      "value": [
        {
          "id": "task-id-1",
          "title": "Task 1",
          "createdDateTime": "2025-01-01T12:34:56.789Z",
          "lastModifiedDateTime": "2025-01-02T14:00:00.123Z",
          ...
        },
        {
          "id": "task-id-2",
          "title": "Task 2",
          "createdDateTime": "2025-01-01T13:00:00.456Z",
          "lastModifiedDateTime": "2025-01-02T15:30:00.789Z",
          ...
        }
      ]
    }
     
     

    ------------------------------------------------

     

     

    ⭐ If this was helpful, please like and mark as a verified answer to help others find this too!

     

     

    Always glad to help! 💯💯💯💯💯

     

    Tom

     

    Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard