flowmoco/zendesk_connect

A Drupal 8 module to allow ZenDesk integration

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:drupal-module

dev-master 2017-04-11 14:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:02:42 UTC


README

Zendesk Connect Logo

#zendesk_connect

A drupal 8 module to get reequests for a zendesk end user. Go to settings and insert your zendesk api token.

Endpoints are:

  • "/zendesk/requests" - lists all requests for the user
  • "/zendesk/requests/{{id}}" = displays a specific request by id (use to link from above)
  • "/zendesk/requests/new" - starting a new request

Currently this works by taking a Zendesk api token and combining it with the logged in users email address, hopefully a way using jwt will be used in the near future.

This module currently depends on the auth0 Drupal module here : https://packagist.org/packages/auth0/auth0_drupal

It would be nice to make this more independent from auth0 module for reuse