How to show Announcement Link on Push notification Now mobile App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 03:48 AM
HI All,
We are going to use Now Mobile app for one of our clients. In process of that we were creating Push notifications for few scenarios. Among those we want to send one Push notification to one group whenever Announcement is created in the instance. Also if there is any link given in the announcements we should be able to re-direct to that link given.
Is this feasible? if so how can i acheive this?
Thanks for help in advance!!!
Thanks,
Alekhya N

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 04:39 AM
Hi,
When creating a custom push notifications for the “Now Mobile App”, the configuration need to be set up under the “ServiceNow Request Application” push applications, instead of the “ServiceNow Mobile Applications” (Which is used for Now Agent).
The steps below to configure the push notification:
- Ensure that the you set the scope to ServiceNow NowMobile App – Catalog Screens and Applet Launcher
- Create Notification Message Content - Copy paste json code(link), replace 'Agent' with 'request' and '<sys_is>' with applet sys_id
- Create the push notification Message, add created message content
- Create the push notification and link it to the Push notification message
- Then lastly register the configuration to the “ServiceNow Request Application”. Add the Push notification into the “Push Default Registration” Related list
for more info check this link
https://hi.service-now.com/kb_view.do?sysparm_article=KB0622333
I hope this will be useful.Mark correct or helpful.
Thanks
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 06:21 AM
Thanks for the reply Swapnil!!!
I have configured push notifications which is working fine, But am now stuck with redirection link given on Announcement record. I can see the link in the push notification as a simple text and not clickable. I want that link on push notification which is clickable.
Thanks,
Alekhya N

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2020 09:53 PM
Hi Alekhyan,
Great its works for you!!
And for providing a link in the notification please check this link this helps you a lot.
And please don't forget to mark correct or helpful.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2020 03:18 AM
Can we create announcements on now APP?