Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,16 @@ The chat channel is used to send chat messages to users by using
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
integration with these chat services:

========== =============================== =================================================
========== =============================== ============================================================================
Service Package DSN
========== =============================== =================================================
========== =============================== ============================================================================
Slack ``symfony/slack-notifier`` ``slack://default/ID``
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY``
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
========== =============================== =================================================
========== =============================== ============================================================================

.. versionadded:: 5.1

Expand All @@ -151,7 +152,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?cha

.. versionadded:: 5.2

The Zulip integration was introduced in Symfony 5.2.
The GoogleChat and Zulip integrations were introduced in Symfony 5.2.

Chatters are configured using the ``chatter_transports`` setting:

Expand Down