Niska
10/09/2023, 3:39 PMJames Morris
10/10/2023, 7:16 PMNiska
10/10/2023, 7:35 PMJames Morris
10/10/2023, 7:36 PMDavid B
10/10/2023, 8:10 PMFIELD_EMAIL_SUBJECT = "subject of email"
to find the search that is triggering it. You could even just search for the subject alone, as that would probably also find any workflow, script, etc that had the subject line in-code.
You can also more generically search for FLAG_(TRIGGERED|SCHEDULED)_ALERT = true
(regex search) to find all scheduled/triggered email saved searches.David B
10/10/2023, 8:11 PM