- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2020 01:58 AM
Hello dear Servicenowers!
I am getting familiar myself with Mobile Agent app now and very excited about it. There is a requirement to add more push notifications. From the current process implementation it is more convenient to make it through events (from Workflow) rather than based on condition. Unfortunately, when checking out Push notification definition I've not found an option to trigger it by an event (similar to email notification). Am I missing something or it's simply not available?
Thankful for any info!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2020 06:28 AM
Hi Pavel,
I have recently created custom push notifications and triggered them using event in workflow. To your point, by using advanced view, we are able to see more fields which might not be relevant to push notifications but some of them can still be used. The ones that I have used are:
1. Send when: Event is triggered
2. Send to: Event param 1 contains recipient
These 2 are only available in advanced view. I understand various other, seemingly irrelevant fields might become available as well, but I see a point in that too. There can be a use case to trigger both email as well as push notifications (I had a scenario like this as well) for the same condition and to the same recipient. Here, we can make use of 1 notification to trigger both the email and the push. It works well. If we want to trigger just the push, we can remove values from email-specific fields (subject, Message HTML, Email Template) and select 'Push Message Only' checkbox.
I hope it helps. Let me know if you have further questions about it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2020 02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2020 04:26 AM
Hi,
I know what you mean and have checked that first thing. No, the advance view UI Action changes the view of the form. It's same table as for email notifications so it simply enables Advance email notification form view with the fields not relevant for mobile push notification.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2020 07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2020 04:12 AM
Hey Max, thanks for suggestion. I am trying to do it this way, but no success so far. You can check my latest answer in this thread if you are interested in the details.