- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2016 01:21 PM
Hello
I'm sure this requirement has surfaced for other folks, but I can't find much about it.
REQ:
Update existing RITM or Incident from a 3rd party platform.
Subject should contain a reference to the 3rd party platform including the ticket number and kick off the inbound action
Script I'm assuming should query the table (ritm or incident), grab the value of a field and match against the ticket number in the subject
Anyone have any experience doing this?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 08:30 PM
Actually just found this along with script using regex...I think I could get this to work.
Thanks!
****UPDATE**** I did get this to work along with the Cart API. Very cool!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-18-2016 01:28 PM
As long as it's coming from a valid users email (inbound email address matches user email address), and the subject contains the RITM, or Incident number, it should work without watermark. So you might have to create a user with the 3rd party email to get it to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 07:27 PM
Hello Michael
That's the rub...there is no reference coming from the 3rd party tool. No watermark, no reference.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 08:29 PM
So you could create a User with an email to match the 3rd party tool. But without a reference to the ticket number, or watermark, don't see how you could update any existing record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2016 08:30 PM
Actually just found this along with script using regex...I think I could get this to work.
Thanks!
****UPDATE**** I did get this to work along with the Cart API. Very cool!