Saving Email Trigger Email to Variable

I have a list of projects due at various times during the month. I receive an email notification about each of these projects on the date they are due. I have developed my bot to become triggered when one of these emails exist. However, I cannot currently determine how to save that particular email to a variable to be parsed.

What I would like to do is run the bot each time the email is received and have it dynamically complete the single task using that individual email’s contents. I may receive 1 email in an hour, or 30 emails in a minute, so looping or repeating is not preferable if it can be avoided.

@cbrown

In electroneek that facility is not provided.
You can run continuous loop to achieve this as scheduled task.