I would like to have a link on our website that links out to Articles, opening a specific article in the Messenger. | Community
Skip to main content
Released

I would like to have a link on our website that links out to Articles, opening a specific article in the Messenger.

Related products:Messenger
  • December 13, 2022
  • 2 replies
  • 80 views

I would like to have a link on our website that links out to Articles, opening a specific article in the Messenger.

Thanks

April 12, 2023

If you would like to trigger an article in the Messenger, you can use the showArticle method. The article will be shown within the Messenger, and clicking the Messenger back button will return to the previous context.
If the Messenger is closed when the method is called, it will be opened first and then the article will be shown.

<a href="#" onclick="Intercom(‘showArticle’, 123)”>Open article</a>

more detail can be found here 

https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomshowarticle-articleid

2 replies

Forum|alt.badge.img+2
  • Innovator ✨
  • April 12, 2023

If you would like to trigger an article in the Messenger, you can use the showArticle method. The article will be shown within the Messenger, and clicking the Messenger back button will return to the previous context.
If the Messenger is closed when the method is called, it will be opened first and then the article will be shown.

<a href="#" onclick="Intercom(‘showArticle’, 123)”>Open article</a>

more detail can be found here 

https://developers.intercom.com/installing-intercom/docs/intercom-javascript#intercomshowarticle-articleid


Jennifer K
Intercom Team
Forum|alt.badge.img+3
  • Intercom Team
  • May 29, 2023
NewImplemented