Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
The Live Chat button is not appearing in your WalkMe Menu.
The Live Chat button will not appear in the WalkMe Menu if the Live Chat API is not available.
This is usually caused by one of the following:
Refer to the API call below to see if your Live Chat service is active on the page you would expect the Live Chat button to show in the WalkMe Menu.
| Chat Vendor | API Call |
| LiveAgent | liveagent.startChat('chatId') |
| Zopim | $zopim.livechat.window.toggle() |
| Olark | olark('api.box.expand') |
| Intercom | Intercom('show') |
| Habla | habla_window.expand() |
| LiveChat | LC_API.open_chat_window() |
| SnapEngage | SnapEngage.startLink() |
| Zendesk | zE.activate() |
| Tawk | Tawk_API.toggle() |
| Pure Chat |
purechatApi.set('chatbox.expanded', true); Only if purechatApi.get('chatbox.available'); is true |