documentation/content/applications/services/helpdesk/overview/receiving_tickets.rst
BVE ce8a02d46a [ADD] email_communication: new documentation regarding general emailing
Creation of a new submenu under Applications/General for the Email communication.
Moved advanced of dicuss to this new submenu + adding of content regarding
frequently asked question in support.

Redirection has been done on other files pointing to Discuss/Advanced to match
the new folder email_communication.

Modified content in:
- Email servers: split and move configuration part under email_domain
- Email domain: covering information about SPF DKIM and DMARC configurations by JQU
- Email templates: (how to use the functions) by GOR
- Email common: answering frequently asked questions + common issues by ALA

closes odoo/documentation#1546

X-original-commit: bf2a9bb23f
Signed-off-by: Vergote Baptiste (bve) <bve@odoo.com>
2022-02-07 11:51:44 +00:00

90 lines
3.2 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=======================
Start Receiving Tickets
=======================
Offering a variety of channels from where your customers can contact you grants them flexibility
and the right to choose the best one for themselves. And, in order to make sure inquiries across
all channels get addressed, it is essential to have a solution where all interactions come in one
place.
Channels options to submit tickets
==================================
Go to :menuselection:`Helpdesk --> Configuration --> Helpdesk Teams`, and enable the following
features as you want them to be available to your users.
.. image:: media/channels_options.png
:align: center
:alt: View of a helpdesk teams setting page emphasizing the channels options in Odoo Helpdesk
Email Alias
-----------
| Let your customers submit tickets by sending an email to your support email address. The subject
line of the email becomes the title of the ticket and the content is shown in the Chatter.
| Select *Configure domain name* to be redirected to *Settings* and, from there, enable *External
Email Servers* to determine or change your *Alias Domain*.
.. image:: media/channels_emailalias.png
:align: center
:height: 250
:alt: View of the settings page of a helpdesk team emphasizing the email alias feature
in Odoo Helpdesk
.. note::
Using your own email server is required to send and receive emails in Odoo Community and
Enterprise. Online users benefit from a ready-to-use email server.
Website Form
------------
| Allow your customers to submit a ticket by filling in a form through your website.
| Once the feature is activated, get redirected to your website by clicking on *Go to Website*.
.. image:: media/go_to_website.png
:align: center
:alt: View of the settings page of a helpdesk team emphasizing the Go to Website button in
Odoo Helpdesk
From the website page customize the form as you like. Then, publish it by clicking on *Unpublished*.
.. image:: media/submit_a_ticket_form.png
:align: center
:alt: View of the website form to submit a ticket for Odoo Helpdesk
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>`.
.. image:: media/live_chat.png
:align: center
:alt: View of the settings page of a helpdesk team emphasizing the live chat features and links
in Odoo Helpdesk
Now, your operators can create tickets by using the
:doc:`command </applications/websites/livechat/overview/responses>` */helpdesk (subject_of_ticket)*.
Prioritize tickets
==================
Use the stars to prioritize your tickets. The most urgent ones appear at the top of your list on
the Kanban view.
- 1 star = *Low priority*
- 2 stars = *High priority*
- 3 stars = *Urgent*
.. image:: media/kanban_view_prioritize.png
:align: center
:height: 330
:alt: View of a teams kanban view and the prioritized tasks in Odoo Helpdesk
.. seealso::
- :doc:`sla`
- :doc:`../advanced/close_tickets`
- :doc:`/applications/general/email_communication/email_servers`