How to create  catalog item via inbound email When I receive the notification, we have to submit req

mania
Tera Contributor

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!

15 REPLIES 15

Hello @mania ,

 

Please check the email logs whether you have received the email logs or not.

 

In the flow properties, set Run as "System"

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]

****************************************************************************************************************

Amit Verma
Kilo Patron
Kilo Patron

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.

mania
Tera Contributor

@Amit Verma 

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.

mania_0-1707215069080.png

mania_3-1707215384539.png

 

Thanks!

Mania

 

 

@mania 

 

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.