Is there a way to send a push notification or alert when recieving multiple emails with the same subject or body? I would like to send an alert if 5 or more people all send the same email.
For example, if 5 people all send the email with the subject "Property Request", I want to be notified that a "large" number of people all sent the same thing.
Hi @MS-5
There is not flow step for retrieving all emails on specific days. So you probably need to add a recurrence trigger to run every day or so then add a flow step called Get emails. Here the trick is fetch only unread messages. Next check the subject and collect all the emails in an array. Finally send the notification to all audience and use mark as read flow step to set the email as read.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogUser | Count |
---|---|
93 | |
45 | |
19 | |
19 | |
15 |
User | Count |
---|---|
137 | |
54 | |
42 | |
42 | |
30 |