- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 05:55 AM
How does the value of "email.body.assign" populates in an email inbound action? From where does this value come ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 06:02 AM
The value of this would come from the email itself.
For example in the body you could say:
assign:someValue
the inbound action would parse the key:value pair.
See http://wiki.servicenow.com/?title=Inbound_Email_Actions#Setting_Field_Values_from_the_Email_Body for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 06:02 AM
The value of this would come from the email itself.
For example in the body you could say:
assign:someValue
the inbound action would parse the key:value pair.
See http://wiki.servicenow.com/?title=Inbound_Email_Actions#Setting_Field_Values_from_the_Email_Body for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 07:39 AM
Great ! Thanks a lot jonathanjacob. This was really helpful.