Parse Email Body from Exchange Email

I am looking for some assistance parsing emails that we have gotten in a given Exchange Email account on our Office365.

We have been able to get connected using the Microsoft Authenticator node and the Custom Scope/Permission of “Mail.ReadWrite”

This will let us on the GET Request Node to fetch the first email it can grab.

Here is what we want to do though.

  1. Check folder ToBeProcessed look for first email to find
  2. Parse that email and from the receiveddatetime, from email, and parse the body elements(it contains an address) and put those items into a mysql table.
  3. Send a response email to the from email.
  4. move the email to a folder Processed
  5. go back to ToBeProcessed and start over.

What is the best way to accomplish this.

Hi @jbuhr,

Have you tried the KNIME Email Processing nodes?

2 Likes