2017 © Pedro Peláez
 

drupal-module zendesk_connect

A Drupal 8 module to allow ZenDesk integration

image

flowmoco/zendesk_connect

A Drupal 8 module to allow ZenDesk integration

  • Tuesday, April 11, 2017
  • by jall
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Zendesk Connect Logo, (*1)

zendesk_connect

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

Endpoints are:, (*3)

  • "/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., (*4)

This module currently depends on the auth0 Drupal module here : https://packagist.org/packages/auth0/auth0_drupal, (*5)

It would be nice to make this more independent from auth0 module for reuse, (*6)

The Versions

11/04 2017

dev-master

9999999-dev

A Drupal 8 module to allow ZenDesk integration

  Sources   Download

MIT

The Requires

 

by Dale Bailey
by Jon Hall