- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 07:05 AM
Hi community,
How would you setup an auto-reply e-mail for unregistered users?
Mail actions of type "Reply" fail with the message "Reply Email not sent, empty user_id", pretty much like here:
Thank you for ideas.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 07:15 AM
Hi Oleksiy,
Check the below thread
Setting up autoreply for emails sent to Service-Now mailbox
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
‎06-26-2017 07:14 AM
You will have to look at the notification definition and determine what fields/values are being used. Can you include a screenshot of "Reply to Okta Site" notification details?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 07:47 AM
ctomasi, "Reply to Okta Site" is an example found in another thread, consider link.
In my case (patch level: current Istanbul) action name is "Auto-reply to anonymous Schema Incident":
Type = New
Order = 1
Condition = gs.getUserName()=='guest'
... and so on.
In the second tab "Actions" I just specified the text of "Reply Email" and left the script empty/default.
Here are screenshots:
... and this is exact error message found in Email log:
Reply Email not sent for 'Auto-reply to anonymous Schema Incident', empty user_id
Please ignore sys_email.user_id in the text, it behaves same way with it or without.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 07:15 AM
Hi Oleksiy,
Check the below thread
Setting up autoreply for emails sent to Service-Now mailbox
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
‎06-26-2017 07:51 AM
sanjivmeher, this comment about creating new record in sys_email looks like a solution! Gonna try it right now...