- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2015 04:27 AM
Hi, I'm working on Inbound Action to populate specific fields on Incident record from inbound email.
Wiki here Inbound Email Actions - ServiceNow Wiki says that such pair Foo:bar from email may be accessed like this: email.body.foo
But does not matter how much I try - I can not get it's value - i always get "underfined"
Need help!
P.S. For now I use workaround - parsing email body with JavaScript String methods but a bit frustrated that can not use functionality that is written on Wiki.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2015 09:21 AM
I found the answer !!!
Pairs like parameter:value only works when email has text format !!! Otherwise it is necessary to use Regex or parsing email body with JavaScript String methods.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2015 01:06 PM
Hi Mike,
I think you mean:
1. The Incident caller_id is set to the the user who sent the the email.
rather than replied to the email.
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2015 09:21 AM
I found the answer !!!
Pairs like parameter:value only works when email has text format !!! Otherwise it is necessary to use Regex or parsing email body with JavaScript String methods.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 12:55 PM
Even I am not having the similar issue.
When an email is sent from an alert system the parameter is not parsed out.
But when I copy and sent the same text from my email address it works.
Could you say how to achieve your solution?