inbound email action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 11:06 AM
Hi
How can i use stop processing in script part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 11:20 AM
Hello @shivaadapa ,
Try the below code.
event.state="stop_processing";
Please follow:https://www.servicenow.com/community/developer-forum/how-to-prevent-an-inbound-email-action-from-pro...
Please Mark my Answer as Helpful, if you find this article helpful or resolves your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 11:53 AM
Hi @Appanna M
it is not working in my script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 12:05 PM
Hello @shivaadapa
Can you share the script here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2024 12:14 PM
Hi @Appanna M