Can I open news section whenever there is a passive notification | Community
Skip to main content
Answered

Can I open news section whenever there is a passive notification

  • November 5, 2025
  • 2 replies
  • 64 views

Can I open news section whenever there is a passive notification in the news intercom-messenger-frame else hide it?

Best answer by Paul Byrne

Hey ​@Tushar Verma Paul here from support engineering to help you out 🤝 

Yes, you can open the News area of the Messenger when the News tab has a passive notification and hide it otherwise, using Intercom’s JavaScript API.

The recommended approach is to detect unreadNewsItemsCount > 0 from the Messenger’s state and then call Intercom('showSpace', 'news') (or Intercom('showNews', <id>) for a specific item). If there are no passive notifications, either close the messenger (Intercom('hide')) or call Intercom('hideNotifications', true) to suppress badges. 

2 replies

Paul Byrne
Intercom Team
Forum|alt.badge.img+6
  • Intercom Team
  • Answer
  • November 6, 2025

Hey ​@Tushar Verma Paul here from support engineering to help you out 🤝 

Yes, you can open the News area of the Messenger when the News tab has a passive notification and hide it otherwise, using Intercom’s JavaScript API.

The recommended approach is to detect unreadNewsItemsCount > 0 from the Messenger’s state and then call Intercom('showSpace', 'news') (or Intercom('showNews', <id>) for a specific item). If there are no passive notifications, either close the messenger (Intercom('hide')) or call Intercom('hideNotifications', true) to suppress badges. 


  • Author
  • New Participant
  • November 11, 2025

Hey ​@Paul Byrne , thanks alot for the quick response. But I am unable to find any function in intercom docs by the name unreadNewsItemsCount. can you help me with that?