For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ver 2.15.1.3

07. Sep. 2025

New features

  • Auto-response URLs for web links can now include the session ID, customer ID, and agent ID as query parameters.

    • Example: https://example.com/endchat?session_id={sessionId}&agent_id={userName}&customer_id={customerKey}

Parameter
Description
Note

session_id

Chat Session ID

Required, cannot be changed

agent_id

Agent ID registerd in the Chat Customer

Required, cannot be changed

customer_id

Chat Customer ID

Required, cannot be changed

Improvements and changes

  • A highlight indicator now appears on the corresponding tab after a customer completes the authentication process.

Last updated