Sending email using event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 03:27 AM
Hi,
I have a schedule job that suppose to send an email notification using event registry when some condition is met, but I dont see any email getting send (I checked using logs and I can see that the condition is met). What am I doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 03:32 AM
fine that your triggering the notification from script but your not passing the necessary attributes for an event to fire notification.
basic syntax :
also make sure to specify in event what is triggering the event (name of schedule job).
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 03:35 AM
@Sohail Khilji but if i dont have or dont need to pass any parameters? what should be the syntax then?