Skip to content

Commit fb6d096

Browse files
Add Zendesk notifier in the chat channel section
1 parent 5752165 commit fb6d096

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notifier.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,14 @@ MicrosoftTeams ``symfony/microsoft-teams-notifier`` ``microsoftteams://default
190190
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
191191
Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL``
192192
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
193+
Zendesk ``symfony/zendesk-notifier`` ``ZENDESK_DSN=zendesk://EMAIL:TOKEN@SUBDOMAIN``
193194
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
194195
============== ==================================== =============================================================================
195196

197+
.. versionadded:: 6.2
198+
199+
The Zendesk integration was introduced in Symfony 6.2.
200+
196201
Chatters are configured using the ``chatter_transports`` setting:
197202

198203
.. code-block:: bash

0 commit comments

Comments
 (0)