inbound action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2024 11:28 PM - edited ‎07-02-2024 12:05 AM
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!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:00 AM
Hi,
This post should help.
https://www.servicenow.com/community/developer-forum/reply-to-an-email-in-inbound-action/m-p/2593866
Johnny
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:10 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 12:24 AM
Yes, you can. Refer below posts :
Please mark this response as correct and helpful if it assisted you with your question.