Email Body text to XML

Post Reply
actionHero
Member
Posts: 37
Joined: Thu May 18, 2017 12:06 am

Email Body text to XML

Post by actionHero »

Help... How do i pick up text in an Email to use as metadata? I see where I can pick up the whole body but now i need to parse the text file to grab values.
freddyp
Advanced member
Posts: 1008
Joined: Thu Feb 09, 2012 3:53 pm

Re: Email Body text to XML

Post by freddyp »

The body of a mail is available in the variable [Email.Body]. You can extract something out of that by using a regular expression in "Search". For a simple case this can work well. For more advanced cases, have a look at: https://www.enfocus.com/en/appstore/product/txt-pickup
Post Reply