Answered

Can I open the “help” section of the messenger via JS API?

  • 27 February 2023
  • 1 reply
  • 174 views

Userlevel 3
Can I open the “help” section of the messenger via JS API?
icon

Best answer by Lisa B11 27 February 2023, 15:24

View original

1 reply

Hey @lisa b13​ 👋

 

Great question. You can open the “help” section of the messenger via JS API by using the Intercom('showSpace', 'help') command.

 

Intercom('showArticle', articleId) is used to open a specific article, rather than opening just the “help” section to view all the articles. ‘showSpace’ can also be used to open other sections (‘messages’, ‘tasks’ etc) by using

Intercom('showSpace', 'messages')

Intercom('showSpace', 'tasks')

 

Hope this helps 🙌

Reply