Forum Discussion

PaulJennings's avatar
PaulJennings
Copper Contributor
Mar 20, 2019

Sending clients due reminders

I need to send clients periodic email reminders that certificates need updating.

 

What is the best way to automatically send clients reminders using office 365 apps near the due date (say one month and 14 days)?

3 Replies

  • Victor_Ivanidze's avatar
    Victor_Ivanidze
    Bronze Contributor

    PaulJennings  if you have a machine  (a real or a virtual) that always run,

    you can create a simple PowerShell script and start it using Windows Task scheduler.

  • Cian Allner's avatar
    Cian Allner
    Silver Contributor

    PaulJennings Microsoft Flow would be a candidate for this, this article has a run through, it may take some trial and error but I think it's close to what you are after:

     

    https://powerusers.microsoft.com/t5/Microsoft-Flow-Community-Blog/Creating-a-List-Reminder-Flow/ba-p/130025

     

    This would use a SharePoint list to hold the information on the client details which the Flow would use to check and send reminders accordingly, here is a quick guide on this - https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d397414-d95f-41eb-addd-5e6eff41b083.

     

    Finally, this might be of interest and a good place to start -  https://www.sharepointsiren.com/2018/03/using-flow-to-send-email-reminder-from-sharepoint-data/.