[MOV] live chat: structure
task-3269837
closes odoo/documentation#4105
X-original-commit: e98cf5f54a
Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
@ -58,7 +58,7 @@ Live Chat
|
||||
| Through live interactions with your website visitors, helpdesk tickets can be instantly created
|
||||
and redirected to the right person.
|
||||
| Click on your helpdesk team's name - for the example below: *Customer Care* -
|
||||
and :doc:`set up your channel </applications/websites/livechat/overview/get_started>`.
|
||||
and :doc:`set up your channel </applications/websites/livechat>`.
|
||||
|
||||
.. image:: receiving_tickets/live_chat.png
|
||||
:align: center
|
||||
@ -66,7 +66,7 @@ Live Chat
|
||||
in Odoo Helpdesk
|
||||
|
||||
Now, your operators can create tickets by using the
|
||||
:doc:`command </applications/websites/livechat/overview/responses>` */helpdesk (subject_of_ticket)*.
|
||||
:doc:`command </applications/websites/livechat/responses>` */helpdesk (subject_of_ticket)*.
|
||||
|
||||
Prioritize tickets
|
||||
==================
|
||||
|
@ -1,16 +1,87 @@
|
||||
:nosearch:
|
||||
:show-content:
|
||||
:hide-page-toc:
|
||||
:show-toc:
|
||||
|
||||
=========
|
||||
Live Chat
|
||||
=========
|
||||
|
||||
Live Chat has the highest satisfaction rating of any communication tool. It allows fast responses
|
||||
and it is accessible and convenient, as your customers can keep doing what they are doing while
|
||||
interacting with you. Remember: your customers want to talk to you, so let's make it easy.
|
||||
|
||||
.. seealso::
|
||||
- `Live Chat: product page <https://www.odoo.com/app/live-chat>`_
|
||||
- :doc:`livechat/ratings`
|
||||
- :doc:`livechat/responses`
|
||||
|
||||
Set up
|
||||
======
|
||||
|
||||
Once *Live Chat* is installed on your database, if your website was created with Odoo, the
|
||||
application is automatically added to it. All that is left to do is to go to
|
||||
:menuselection:`Website --> Configuration --> Settings --> Live Chat`.
|
||||
|
||||
.. image:: livechat/livechat_settings.png
|
||||
:height: 300
|
||||
:alt: View of the settings page and the live chat feature for Odoo Live Chat
|
||||
|
||||
Select the channel to be linked to your website or create one on the fly.
|
||||
|
||||
.. image:: livechat/channels.png
|
||||
:alt: View of a live chat channel form for Odoo Live Chat
|
||||
|
||||
| For both scenarios, under:
|
||||
| - **Operators**: add agents to respond to the chat requests. Add as many as you like, and keep in
|
||||
mind that operators that do not show any activity in Odoo for more than 30min are considered
|
||||
disconnected.
|
||||
| - **Options**: set the default text to be shown on the live chat button; an automated welcome
|
||||
message to be seen by visitors when a conversation is initiated, and the text that prompts the
|
||||
user to initiate a chat.
|
||||
| - **Channel Rules**: choose an action for a given URL, and/or per country. In the example below,
|
||||
the chat window automatically pops-up 3 seconds after users (from any country) land on the
|
||||
contact us page.
|
||||
|
||||
.. image:: livechat/rules.png
|
||||
:alt: View of a channel’s rules form for Odoo Live Chat
|
||||
|
||||
.. note::
|
||||
GeoIP, which refers to the process of finding a computer terminal’s geographical location by its
|
||||
IP address, must be installed on your server. Otherwise, under *Channel Rules*, countries are
|
||||
not taken into account.
|
||||
|
||||
External options
|
||||
----------------
|
||||
|
||||
| If your website was not created with Odoo, you can find the code to be added to your own, under
|
||||
the *Widget* tab.
|
||||
| Odoo also offers an URL you can send to users so they can have access to a single live chat page.
|
||||
|
||||
.. image:: livechat/widget.png
|
||||
:alt: View of the widget tab for Odoo Live Chat
|
||||
|
||||
Managing chat requests
|
||||
======================
|
||||
|
||||
Conversations initiated by visitors pop up as a direct message, and are shown in *Discuss*.
|
||||
Therefore, inquiries can be answered wherever you are in Odoo.
|
||||
|
||||
.. image:: livechat/discuss.png
|
||||
:alt: View of the discuss application with a message sent through live chat in Odoo
|
||||
|
||||
.. note::
|
||||
Conversations are dispatched based on the current workload of the online operators.
|
||||
|
||||
Leave or join a channel
|
||||
=======================
|
||||
|
||||
Go to :menuselection:`Website --> Configuration --> Settings`, access your channel under
|
||||
*Live Chat*, and *Join Channel* or *Leave Channel*.
|
||||
|
||||
.. image:: livechat/joinchannel.png
|
||||
:alt: View of a channel form and the option to join a channel for Odoo Live Chat
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
livechat/overview
|
||||
livechat/ratings
|
||||
livechat/responses
|
||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@ -1,12 +0,0 @@
|
||||
:nosearch:
|
||||
|
||||
========
|
||||
Overview
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
overview/get_started
|
||||
overview/ratings
|
||||
overview/responses
|
@ -1,83 +0,0 @@
|
||||
==========================
|
||||
Get Started with Live Chat
|
||||
==========================
|
||||
|
||||
Live Chat has the highest satisfaction rating of any communication tool. It allows fast responses
|
||||
and it is accessible and convenient, as your customers can keep doing what they are doing while
|
||||
interacting with you. Remember: your customers want to talk to you, so let's make it easy.
|
||||
|
||||
Set up
|
||||
======
|
||||
|
||||
Once *Live Chat* is installed on your database, if your website was created with Odoo, the
|
||||
application is automatically added to it. All that is left to do is to go to
|
||||
:menuselection:`Website --> Configuration --> Settings --> Live Chat`.
|
||||
|
||||
.. image:: get_started/livechat_settings.png
|
||||
:align: center
|
||||
:height: 300
|
||||
:alt: View of the settings page and the live chat feature for Odoo Live Chat
|
||||
|
||||
Select the channel to be linked to your website or create one on the fly.
|
||||
|
||||
.. image:: get_started/channels.png
|
||||
:align: center
|
||||
:alt: View of a live chat channel form for Odoo Live Chat
|
||||
|
||||
| For both scenarios, under:
|
||||
| - **Operators**: add agents to respond to the chat requests. Add as many as you like, and keep in
|
||||
mind that operators that do not show any activity in Odoo for more than 30min are considered
|
||||
disconnected.
|
||||
| - **Options**: set the default text to be shown on the live chat button; an automated welcome
|
||||
message to be seen by visitors when a conversation is initiated, and the text that prompts the
|
||||
user to initiate a chat.
|
||||
| - **Channel Rules**: choose an action for a given URL, and/or per country. In the example below,
|
||||
the chat window automatically pops-up 3 seconds after users (from any country) land on the
|
||||
contact us page.
|
||||
|
||||
.. image:: get_started/rules.png
|
||||
:align: center
|
||||
:alt: View of a channel’s rules form for Odoo Live Chat
|
||||
|
||||
.. note::
|
||||
GeoIP, which refers to the process of finding a computer terminal’s geographical location by its
|
||||
IP address, must be installed on your server. Otherwise, under *Channel Rules*, countries are
|
||||
not taken into account.
|
||||
|
||||
External options
|
||||
----------------
|
||||
|
||||
| If your website was not created with Odoo, you can find the code to be added to your own, under
|
||||
the *Widget* tab.
|
||||
| Odoo also offers an URL you can send to users so they can have access to a single live chat page.
|
||||
|
||||
.. image:: get_started/widget.png
|
||||
:align: center
|
||||
:alt: View of the widget tab for Odoo Live Chat
|
||||
|
||||
Managing chat requests
|
||||
======================
|
||||
|
||||
Conversations initiated by visitors pop up as a direct message, and are shown in *Discuss*.
|
||||
Therefore, inquiries can be answered wherever you are in Odoo.
|
||||
|
||||
.. image:: get_started/discuss.png
|
||||
:align: center
|
||||
:alt: View of the discuss application with a message sent through live chat in Odoo
|
||||
|
||||
.. note::
|
||||
Conversations are dispatched based on the current workload of the online operators.
|
||||
|
||||
Leave or join a channel
|
||||
=======================
|
||||
|
||||
Go to :menuselection:`Website --> Configuration --> Settings`, access your channel under
|
||||
*Live Chat*, and *Join Channel* or *Leave Channel*.
|
||||
|
||||
.. image:: get_started/joinchannel.png
|
||||
:align: center
|
||||
:alt: View of a channel form and the option to join a channel for Odoo Live Chat
|
||||
|
||||
.. seealso::
|
||||
- :doc:`ratings`
|
||||
- :doc:`responses`
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@ -56,6 +56,9 @@ applications/sales/sales/advanced/portal.rst applications/general/users/portal.r
|
||||
|
||||
# applications/websites
|
||||
|
||||
applications/websites/livechat/overview/get_started.rst applications/websites/livechat.rst # livechat/overview/get_started -> livechat
|
||||
applications/websites/livechat/overview/ratings.rst applications/websites/livechat/ratings.rst # overview/* -> *
|
||||
applications/websites/livechat/overview/responses.rst applications/websites/livechat/responses.rst # overview/* -> *
|
||||
applications/websites/website/optimize/google_analytics.rst applications/websites/website/reporting/google_analytics.rst # optimize/* -> reporting/*
|
||||
applications/websites/website/optimize/google_analytics_dashboard.rst applications/websites/website/reporting/google_analytics_dashboard.rst # optimize/* -> reporting/*
|
||||
applications/websites/website/optimize/link_tracker.rst applications/websites/website/reporting/link_tracker.rst # optimize/* -> reporting/*
|
||||
|