How to sent a notification to inform Group Manager to review their groups for user membership
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 12:59 AM
Hi Team,
How to sent a notification to inform Group Manager on every 2nd Wednesday by 8 AM in September every year.
Kindly help me on the same.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 06:00 AM
I believe I have answered your original question
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 02:14 AM
Hi
If you want to achieve this with schedule job, you have to configure condition to get every 2nd Wednesday of September with script. Add schedule job trigger time in condition script section and notification logic in main script
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 02:46 AM
create a flow designer
Navigate to Flow Designer
- Go to Flow Designer (All > Flow Designer).
- Click Create Flow and give it a name, e.g., "Notify Group Manager - 2nd Wednesday of September".
Add a Trigger
- Select "Scheduled Trigger".
- Set it to run yearly in September.
- Choose "Run on Specific Days" and select the 2nd Wednesday.
- Set the time to 8:00 AM.
Add an Action: Lookup Group Manager
- Add an action to lookup the Group Manager from the sys_user_group table.
Add an Action: Send Notification
- Choose "Send Email" or "Create Notification".
- Set the recipient as the Group Manager.
- Define the subject and message body.
Save and Activate the Flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 12:30 AM