- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2017 11:59 AM
Hi All,
I need to setup an auto replies for incoming emails to service-now, when they fail to create a ticket or record in servicenow. Please tell me where i can do this one....
I need to add the below message in auto reply...
Dear Sender,
Thank you for contacting the One IT Service Desk.
We received your email however, a ticket has not been created.
If you wish to have a ticket created, please can you do the following:
- Make sure the Service Desk email address is in the "To:" field of the message
- If the email subject starts from "Re:", "Accepted:", "Tentative:" or "Declined:", can you please remove it
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2017 06:23 AM
Hi Naveen,
I believe the event will be triggered only if the script in the inbound action gets executed. If it fails in the condition filter of the inbound action, the script will not be executed at all.
You can create a notification on sys_email table. It will be triggered when it is updated or inserted. Give filter conditions like:
You can add some other conditions also based on your requirement. Like Recipient contains <your instance email id>.
The mail will send to the user Id, if it's existing user of the system.
Type the subject and body of the email in what it will contain.
Regards,
Souren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 05:39 AM
hello souren ,
i follow the steps whatever you had mention for auto-reply to incoming email. but it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2019 07:02 AM
Hi Vaishali,
It was tried and tested in developer instance. It should work, anyway you can give me screenshots of your configurations.
Regards,
Souren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 10:49 PM
hello souren,
Actually event is created but but i want send the reply to the user who are not registered users.when the event is create ,send the email to them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 11:26 PM
Vaishali,
If any unregiestered user sends an email to servicenow instance. it get's stored in "user" field of "sys_email" table. As for registered users it's stored in "User ID" field. Try once by adding user field in users/group in field of notification you created.
If it doesn't work, create an event from event registry and trigger the event from a business rule on sys_email table where you can pass the user or user id field values as parameter and trigger the notification using that event.
Regards,
Souren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2019 10:55 PM
hello,
how to send an email to unregistrered user.