Push Notification in Now mobile app

Pooja Magadum1
Tera Expert

Hello All,

Can someone please let me know how should I create push notification in now mobile app, it should trigger when incident gets resolve. I have created by checking servicenow docs, but somehow its not working. 

No idea where I'm making mistake. Please provide me detail steps to make it possible.

Awaiting for response.

--
Regards,
Pooja

 

1 ACCEPTED SOLUTION

Pooja Magadum1
Tera Expert

Hey Guys,

Found solution on this issue.

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:

  1. Ensure that the you set the scope to  ServiceNow NowMobile App – Catalog Screens and Applet Launcher
  2. Create Notification Message Content - Copy paste json code(link), replace 'Agent' with 'request' and '<sys_is>' with applet sys_id
  3. Create the push notification Message, add created message content
  4. Create the push notification and link it to the Push notification message
  5. Then lastly register the configuration to the “ServiceNow Request Application”. Add the Push notification into the “Push Default Registration” Related list

Hope this will be useful for someone in future 🙂

Regards,

Pooja

View solution in original post

11 REPLIES 11

Sajilal
Mega Sage

What is the error you are getting? is this step complete? 

Register a push notification

All the help you need is here, if after completing all the steps please share the error details

https://docs.servicenow.com/bundle/newyork-mobile/page/administer/tablet-mobile-ui/task/sg-mobile-se...

Mark Correct if this solves your issue and also mark 👍 Helpful if it helps resolve your problem

Thanks,
Saji

 

Have checked this doc and followed the same steps, but logs are not coming

Venkatasubraman
Tera Expert

Hi Pooja,

Could you please check if you have given the correct category in your notifications?? 

If it is undefined it won't trigger the notification. 

find_real_file.png

Please mark correct or helpful if this have answered your question

Regards,

Venkat

Yes I already gave, but still its not working