On this page
Can live chat conversation logs be exported?
Live Chat Conversation Log Export Methods
Log Export Using API
SmartWeb’s live chat system allows you to easily export conversation logs through the API. This feature enables customer support teams to efficiently manage customer interactions and perform detailed analysis and record-keeping. Using the API, you can flexibly retrieve real-time or historical conversation logs.
Supported Data Formats
- JSON: JavaScript Object Notation format, lightweight and optimal for data exchange
- XML: eXtensible Markup Language format, suitable for structured data representation
Specific Steps for Log Export
Obtaining API Authentication Key
- Get a dedicated API authentication key from the SmartWeb dashboard
- Set appropriate permissions in security settings
Creating API Request
- Endpoint URL:
/api/v1/chat-logs - Parameters:
- Date range
- Chat agent
- Customer ID
- Endpoint URL:
Selecting Data Format
- Specify JSON or XML format
- Response includes the following information:
- Message content
- Sender information
- Timestamp
Benefits of Log Export
- Improved customer support quality
- Utilization for training and quality management
- Record retention for legal requirements and audit compliance
Related Information
Related API
Ticket-related API - Retrieving all conversation history messages