- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2015 04:20 AM
Hii All,
I search a lot about email notification but I don't get any satisfied answer. Many questions don't have any answer and some have suggest that "Checked field(Send to event creator) in Email Notification. I did the same but email are not sending please help me out.
I want to send an email using a event when a condition is met in business rule. My situation is following.
- Event: exceed_proposed_time
- Fired by: After new time record redirection
- Email Notification: Exceed Proposed Time
- Send to event creator = checked
- Business Rule: After new time record redirection
- insert = checked
- update = checked
- Script: gs.eventQueue('exceed_proposed_time', current, current.sys_id, "myemail@example.com");
Business rule have met condition: I checked and showing a error message
Event is created: I checked in System Logs -> Events
Email is not sending: Checked my inbox and ServiceNow's "System Mailbox -> outbound -> outbox".
Please let me know where I'm wrong or you need more information.
Thanks-
Macarius
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2015 01:51 AM
Hi Macarius,
Nice, now we definitely know what the problem is. Now it's a matter of pinpointing what's causing it. I think there is no shortcut here then just go through those steps:
Diagnosing and remedying stuck event processes
You can also try to log in to your affected nodes and do it yourself:
How do I log into a specific node or cancel a job on a node I'm not logged into?
or just contact SNow and they will be able to do it for you.
Cheers
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2015 01:51 AM
Hi Macarius,
Nice, now we definitely know what the problem is. Now it's a matter of pinpointing what's causing it. I think there is no shortcut here then just go through those steps:
Diagnosing and remedying stuck event processes
You can also try to log in to your affected nodes and do it yourself:
How do I log into a specific node or cancel a job on a node I'm not logged into?
or just contact SNow and they will be able to do it for you.
Cheers
Greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2015 03:42 AM
Yes Greg you are right.
My dev instance have some problem. I import my application on another instance and email notification are successfully sent.
Thanks to both of you Greg and Tony. You guys are awesome. I learned lot of things about notifications. Now I'm going to contact ServiceNow.
Thanks-
Macarius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2017 05:40 PM
Hi Greg,
I read your reply to Macarius's reply. But my Diagnostics Page is as below. It shows the only error is
POP3 Status | Processed 0 emails |
Nothing to do with Events Pending. What could be the possible error that is causing this error and what changes will help me get rid of this?
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
https://supporttoolsdev.service-now.com/sys_ui_page.do?sys_id=3e92c8650a6a803f00cff48fe71bba98
|
https://supporttoolsdev.service-now.com/sys_ui_page.do?sys_id=3e8e19220a6a803f0068a8f6bf654fce
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2023 06:29 AM
Please try to add :
answer = true;
in the Advanced condition.
Do not try to create the answer variable, just type it as above.