Can I open the “help” section of the messenger via JS API? | Community
Skip to main content
Answered

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

  • February 27, 2023
  • 1 reply
  • 431 views

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

Best answer by Lisa B11

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 🙌

1 reply

Forum|alt.badge.img+5
  • Employee
  • 250 replies
  • Answer
  • February 27, 2023

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 🙌