Scheduling Mobile Push Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 09:30 PM
Hi
I'm trying to schedule a mobile push notification to be sent out every Monday to HR task record's assigned to who meet the conditions.
Currently, my understanding on mobile push notification is that it can only be triggered by insert/update of a record.
Is there any way to schedule mobile push notification?
Also, the condition should also be scripted as it can not be configure with SNOW oob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 10:15 PM
may be you can try to see if you can programmatically insert record into that table which stores the content to be sent to user and then System pushes it to the user
have scheduled job/flow which runs as per your frequency and then you can use the logic shared in below link to trigger the notification
How to configure custom push notifications in the ServiceNow Mobile / Agent application
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
05-28-2025 08:07 PM
Hope you are doing good.
Did my reply answer your 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