What is the best teams app to use for sending automatic email notifications/reminders to users assigned a task that it is approaching the due date? How is this set up in Lists?

Sampognaro, Kellie (AHN) 1 Reputation point
2022-04-01T20:31:28.207+00:00

I like the look and feel of lists compared to tasks by planner. Is is possible to set up automatic email notifications using lists to remind assigned users to complete items on the list?

thank you!

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,847 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 2,806 Reputation points Microsoft Vendor
    2022-04-06T06:15:37.897+00:00

    @Sampognaro, Kellie (AHN)

    Could you please refer below sample
    https://github.com/OfficeDev/microsoft-teams-apps-newemployeeonboarding/tree/79cdcfa8fdfe80ae0546ef1825808ff52c5e4112

    In this sample in SendWeeklyNotificationAsync() function the notifications are send using list.
    You can use this function for how to access list and write your custom logic to send email.

    Thanks,
    Nivedipa


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link.