How the email thread should happen to the customer and agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
I am facing some issue here.
I have a scenario here, when someone replies by email, the reply text + inline images + attachments are added to the correct case automatically.
But here the issue is when i reply from the email the body is mapping to the worknotes.
But i want the email thread should happen to the customer and agent
Reply inbound:
Can anyone please help on this, it will be useful.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mania,
it seems to be this part:
// Append reply content (maintains inline image HTML)
gs.info("The HTML field is " + email.body_html);
existingCase.u_add_worknotes = "reply from: " + senderEmail + "<br><br>" + email.body_html;
existingCase.update();
Try to comment it out, then re-test to see any difference and then eventually remove it for good or modify it up to your full satisfactory
Let me know how it went please
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mania have oyu had chance to comment this part out to verify the behaviour?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hello @mania,
according to the shared code, it works OK, have you had chance to remove/comment the below part out of it?
// Append reply content (maintains inline image HTML)
gs.info("The HTML field is " + email.body_html);
existingCase.u_add_worknotes = "reply from: " + senderEmail + "<br><br>" + email.body_html;
existingCase.update();
Please let me know if need more help or you are all good and can close this thread
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @mania could you provide any feedback - solved or still something's needed?
Thanks
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */