Front-end chat
URL parameters allow the chat to perform specific actions on page load. To use them, append the URL parameters below to any URL on your website that displays the chat. Ex. https://example.com/?conversation=1234
URL parameter | Description |
?token=TOKEN | Login an existing user. Replace TOKEN with the user token. |
?conversation=ID | Open a conversation. Replace ID with the conversation ID. The attribute token is required for not logged in users. |
?chat=open | Open the chat |