- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2015 05:05 AM
Hi Members,
I have an inbound email action that simply captures the response (replies only) and whatever comes in the email copy it to the ticket's comments. But if that email becomes a chain, multiple replies, the whole chain gets updated each time. That can be avoided if there is a way to capture the latest response in the incoming email.
Has anyone done this?? or any ideas??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2015 05:15 AM
Never tried this but i think the approach for this would be to take only the content from the email where "From" starts with senders name. Found similar query on stack overflow.Below is the link:
javamail - Reading only the latest replied content using java mail multipart MIME - Stack Overflow
http://stackoverflow.com/questions/16984235/parsing-reply-email-to-take-only-the-latest-part
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2016 12:21 PM
I use email.body.variable to search for variable: [Value] in the email response. I am looking to utilize this on the messageContent, only the top reply in email, but have not found a way to do this. I've also tried messageContent.body but I assume its just a text and not something with the functionality that email.body had.
Is there an alternative way to accomplish this? Ultimately my issue is sometimes those key words linger in email response body from emails back and still are seen and utilized by the inbound action even if it was several emails ago.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2016 03:01 AM
You are right when you say that its just a text and you will not get the value of email.body.variable directly. you might need to do it through string functions. My bit got resolved after just extracting the most current reply so i did not dig deeper but i would love to see if you find a good to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2022 09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2021 07:29 AM
Since Quebec, you have the Email Reply Separator table and the sys_properties glide.pop3.reply_separators is deprecated.