Confirm that an email is processedDescription <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14px; text-decoration:; } --> Confirm that an email is processed Overview The events log records all system events that occur within the ServiceNow system. Every time an email arrives in the ServiceNow instance, an email.read event is created. At this point, the Schedule Job (sys_trigger) selects the email and processes it. Procedure To verify that the system event is processed: Navigate to System Logs > Events. In the Go to field, select Name. In the text field, enter email.read and click Search. A list of all emails that have been processed in the instance appears. Use the Created field to search for and select the correct email.read action. If the email was successful, the State field displays Processed. Also, the Processing Duration field should not be empty. If the State field is not set to Processed, confirm that the Scheduled Job is running. Video Tutorial ServiceNow video tutorials are a great way to help find solutions. These video tutorials guide you, step-by-step, to a solution and provide common troubleshooting methods. This tutorial covers common issues, their causes, and the required steps to resolve them.