Create Interaction via Email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 12:22 PM
I have a problem with an inbound email action "Create Interaction" that creates an interaction via email and populate the opened_for field with de userID from de user who sent the email, I have all de email properties that i need active but when i make a test sending an email to the smtp direction, in the system log of the emails it appears the log corresponding to the test but it sets as deleted and i dont know why this is happening.
This is de code in the actions tab:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 02:08 PM
olá @Jeroacha,
is the incoming email associated with any user account in ServiceNow?
I guess this is not a PROD if you are testing it, navigate to to the "Email diagnostic", you will see if it is not blocked.
If it is something else, please share more details - logs or something else.
100 % GlideFather experience and 0 % generative AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:31 PM
Yes, but if its not it shouldn't be a problem beacuse there is a proerty eneabled which creates a guest user if the incoming email is not realated to any user in the servicenow table and the interaction caller set as "Guest". I check the "Email diagnostic" and its everything okey. The log of this interaction that should be created via an incoming emal just reflects the deleted field as "true"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Sorry it's so late that I saw this question. Maybe my answer will still help someone.
The Deleted field on an Email [sys_email] record getting set to true isn't related to Inbound Actions. It's just normal behavior with how the POP/IMAP email process works in ServiceNow.
When ServiceNow retrieves an inbound email from the email server (whether it's ServiceNow's email server or one in the customer-owned email environment, either one), it deletes the emails it just imported from the email server so it doesn't re-import them the next time it connects.
From Docs:
| Deleted | For inbound email, indicates whether the email was deleted from the email server. |
There is apparently some method to make it not do this, but it's highly discouraged (see KB below).
A couple references:
- SN Support: KB0957758 - Can we configure our instance/POP Reader to NOT delete email from the server after its been retrieve...
- SN Docs: System email log and mailboxes

