Sort of...
You would monitor the location the files are produced:
https://docs.splunk.com/Documentation/Splunk/7.3.1/Data/Monitorfilesanddirectorieswithinputs.conf
You would create a search looking for new events from the input you just created.
Assuming your inputs, timestamps, and timezones are set correctly, any new events would indicate a new file.
In which case, you would schedule a search every X minutes, configure the email to generate a single email, and attach the search results.
... View more