static String openConversation(String ticketId) { return jsonEncode({'type': 'openConversation', 'ticketId': ticketId}); }