Skip to content

rcknr/slack-unfurl-zendesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack unfurl Zendesk Provider

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).

About

Zendesk links unfurler for slack-unfurl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages