How to create catalog item via inbound email When I receive the notification, we have to submit req
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:42 AM - edited 02-05-2024 07:42 AM
Hi,
How to create catalog item via inbound email When I receive the notification, we have to submit a ticket with this cat item.
How to do it, can anyone help on this. It will be helpful.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 12:28 AM
Hello @mania ,
Please check the email logs whether you have received the email logs or not.
In the flow properties, set Run as "System"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 01:57 AM
Please share snapshot of flow.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:20 AM
Hi @mania
Did your flow got triggered if your trigger conditions are correct ? Also, is your flow activated ?
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:27 AM - edited 02-06-2024 02:30 AM
I have tried in different way like I have created one inbound email action but I received mail to instance but not created new sc_request record.
Can you help on this. It will be helpful.
Thanks!
Mania
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 02:33 AM
I can see that you have an error in your script. Can you replace
var cart = new Cart(carId);
to
var cart = new Cart(cartId);
and try again. Moreover, using a flow will be more efficient way to handle this. If you could share some screenshots of your flow, we could help your further.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.