URL parameters

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 parameterDescription
?token=TOKENLogin an existing user. Replace TOKEN with the user token.
?conversation=IDOpen a conversation. Replace ID with the conversation ID. The attribute token is required for not logged in users.
?chat=openOpen the chat