rcknr/slack-unfurl-zendesk

Zendesk links unfurler for slack-unfurl

1.0 2019-01-09 17:02 UTC

This package is auto-updated.

Last update: 2024-04-29 04:09:06 UTC


README

Zendesk links unfurler for slack-unfurl.

Installation

  1. Install slack-unfurl
  2. Require this package:
composer require rcknr/slack-unfurl-zendesk
  1. Merge env.example from this project to .env
  2. Register provider: in src/Application.php add $this->register(new \ZendeskSlackUnfurl\ServiceProvider\ZendeskUnfurlServiceProvider());

Zendesk API Authentication

There are several ways to authenticate with Zendesk API two of which are supported:

  1. Username and password. Should be enabled in Admin -> Channels -> API -> Password access.
  2. Username and API token. Should be enabled in Admin -> Channels -> API -> Token access. Append /token to the username and use with any API token (should be created by an admin).