livechat / progress-app

Progress is a simple app that creates reports based on data from chats.

Home Page:https://developers.livechat.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progress

Progress is a simple app that creates reports based on data from chats. It can display the daily, weekly, monthly, and annual statistics.

It shows the following information:

Preview

progress-app

App setup

Before you start

To use this application in your LiveChat dashboard, you'll need to create your own app in Developers Console and get your Client Id.

Getting started

  1. Go to Apps in Developers Console.

  2. Click New App and give it an App Name.

  3. Choose the LiveChat product as the product you want to build for.

  4. Go to Building Blocks.

  5. Add App Authorization and mark it as JavaScript App. Your Client Id will be displayed there.

  6. Add reports_read scope to the App scopes and API access box.

  7. Fetch the Progress app repository.

  8. In the app directory, do the following steps:

    • Install dependencies (npm install).
    • In your project, go to src/utils/congif.js and replace client_id with your own Client Id (the one from Step 5).
    • Run your app (npm start).
  9. Add your app url (for example: https://localhost:3000) in these two locations:

    • Redirect URI whitelist
    • Agent App Widgets
  10. In Private installation, click Install app.

You should now be able to use Progress with LiveChat.

How it works

Agent App Widgets are web applications loaded inside the LiveChat Agent App. All agents can interact with the widget during chats with customers. The widget itself is displayed in the Agent’s App right sidebar.

To get information such as chat ratings and chat response time, you need to use Reports API.

In order to pull data from our server, you need to include an access_token in all the requests. You can get it using Personal Access Tokens and JavaScript Widget API.

You should also get familiar with Authorization.

More sample apps

Experiment more with our different sample apps:

Feedback

If you find some bugs, please create an issue in this repo. We will try to fix it ASAP ;)

Text Platform: who are we?

Behind Text, there’s a team of passionate people building online customer service software with online chat, help desk software, chatbot, and web analytics capabilities.

With a suite of five products (LiveChat, ChatBot, HelpDesk, KnowledgeBase, and OpenWidget) and their powerful APIs, we power customer communication for 36,000 companies in 150 countries.

The Platform is a range of products and services that can be used to build a variety of communication tools for businesses. Our Developer Program and Marketplace create an open ecosystem for developers, partners, and customers. With our advanced APIs and comprehensive documentation, you can shape the future of communication with us — starting today.

Join our Discord to learn, get inspired, and meet other developers!


This project was bootstrapped with Create React App.

About

Progress is a simple app that creates reports based on data from chats.

https://developers.livechat.com/docs

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%