Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/zendesk-notifier

Symfony Zendesk Notifier Bridge
https://github.com/symfony/zendesk-notifier

chat component notifier php symfony symfony-component zendesk

Last synced: about 1 month ago
JSON representation

Symfony Zendesk Notifier Bridge

Awesome Lists containing this project

README

        

Zendesk Notifier
================

Provides [Zendesk](https://www.zendesk.com) integration for Symfony Notifier.

DSN example
-----------

```
ZENDESK_DSN=zendesk://EMAIL:TOKEN@SUBDOMAIN
```

where:
- `EMAIL` is your Zendesk Email Address
- `TOKEN` is your Zendesk API token
- `SUBDOMAIN` is your subdomain name at zendesk.com

Resources
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)