inbound action

tGhadage
Tera Contributor

Create new inbound action where emails coming from "oracle@test.com" should not create a ticket but should send a bounce back email with the following text

Subject: ACTION REQUIRED - Ticket not created - Please Read

This email is no longer active. Please log into Service Now using the link below to create a ticket for IT Support.

https://test/esc 

 

thank you!! 

 

can you please help!!!

4 REPLIES 4

JohnnySnow
Kilo Sage

Hi,

This post should help.

https://www.servicenow.com/community/developer-forum/reply-to-an-email-in-inbound-action/m-p/2593866

Thanks
Johnny

Please mark this response as correct or helpful if it assisted you with your question.

Amit Verma
Kilo Patron
Kilo Patron

Hi @tGhadage  

 

You could make a flow with trigger as Email and trigger condition as from is "oracle@test.com". Inside the flow, you could make use of Send Email action to revert the sender with the information that this email is no longer active.

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Hi @Amit Verma 

can we do the same with inbound action

 

thanks!!!