How to Add email body to the comments or work notes in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 01:38 AM
Hi,
I have a requirement to copy the body of the email to work notes or comments in ServiceNow. How to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 03:04 AM
You are sending another email via that inbound what do you want in that? the email received body to be added in the body of the ticket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 03:45 AM
you can send that in the eventQueue as event parm2 and then use that in email body
what did you start with and where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 04:17 AM
Could you please share some example here
I used like this
gs.eventQueue("event name", current , email.from, function name);