I receive 25 reports everyday via email, they basically either say that a series of tasks were successful or failed.
They need to be checked to make sure that the tasks have ran and that the email is received .
I am trying to put some automation in place.
Basically what I am looking to do is verify the email has come through using a SharePoint list with email addresses and subject lines. If the email comes through and matches the subject then it is fine, if it doesn't come through then I want to fire through an email to flag someone to look into it.
Both exchange and SharePoint are on office 365.
I was looking into using an Azure logic app but I don't think it will be able to do it.
Anyone have any ideas on what I could do?