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
Requires
- php: ^7.0
- drupal/core: ^8.2
- lcobucci/jwt: ^3.1
- stevenmaguire/oauth2-zendesk: ^2.0
- zendesk/zendesk_api_client_php: ^2.1
This package is not auto-updated.
Last update: 2024-11-09 20:34:04 UTC
README
#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