Specifying the inbound email processing order
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Notifications
You can configure a processing order for inbound email actions and use the order to manage multiple filters in inbound email actions.
The Ordered Email Processing (com.glide.email_ordered_processing) plugin is enabled by default for new instances. Users with the admin role can activate the plugin for upgraded instances. The plugin adds the Order column to the Rules [sysrule] table, which the instance uses to determine when to process emails. Admins can also add a command to an action script that halts processing after the script runs.
Configure the processing order
Configure the processing order for inbound email actions to force them to run in a prescribed order.
Before you begin
Procedure
Manage multiple filters in an inbound email action
Use process ordering and the stop_processing command to manage multiple filters in inbound email actions.
Before you begin
About this task
In this example, you can create new problem records when prb: appears in the subject line and new change requests when chg: appears in the subject line. All other emails are used to create an incident. The actions are set up as follows:
Procedure
Result
If either a change request or a problem is created, the stop_processing command stops processing, and no incident record is created. If neither a change request nor a problem is created, the inbound email action for incident creates a record.