thelia/zendesk-module

ZenDesk module for Thelia

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 1

Open Issues: 0

Type:thelia-module

1.0.8 2023-12-05 10:58 UTC

This package is auto-updated.

Last update: 2024-04-05 11:38:28 UTC


README

This module allows to retrieve the ticket of a retailer from ZenDesk

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is ZenDesk.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/zend-desk-module:~1.0

Usage

First go to https://{sous-domaine}.zendesk.com/admin/apps-integrations/apis/zendesk-api/

AdminZenDeskAPI

Activate Token Access and add a token API Copy your token and Save

AdminZenDeskAPIToken

Go to the configuration panel and add your subdomain, api token and Zendesk's username

ZenDeskConfig

When Connected, your customer will see their tickets from ZenDesk.

It's using the email of the retailer so be sure to add it in ZenDesk.

ZenDeskConfig

You should configure Zendesk Parameters

  • user rules : allow your users to create and edit tickets or not (read-only by default)
  • tickets type : allow your users to see only requested or assigned ticket or all (assigned by default)

Loop

[zendesk_users_loop]

ZenDeskUser

You will see all the users who have both a Zendesk account and an account on your website