Is it possible to make update in Oracle based on data from Service Now Tickets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Can this use case be achieved by Service Now? If so, by what Service Now components and how, at a high level. Please let me know if you need further info.
use case at high level:
1. customers send in emails with data (ie: meter readings, customer name, email address, etc)
2. Service Now picks those emails up and creates Incidents
3. Service Now accesses Oracle and finds the customer name and updates meter readings
4. Service Now closes the Incidents once step 3 is completed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Yes, you need to configure the inbound actions.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hi @SonnyY ,
I can see two phase setps.
1 & 2 can be performed by configuring ServiceNow Inbound Email Actions to process emails from Oracle. This approach is ideal for systems like Oracle that can send standard email notifications.
Servicenow will create incident using email information.
For 3 :
Using Rest message http POST/PUT method, send the payload to Oracle using BR ( base on specific condition),
For 4. , What response ( Successful one like 200 or 201 etc), you will receive in Step 3
using same BR close Incident.
