Skip to content

Commit 2fdc9ca

Browse files
phpfourxabbuh
authored andcommitted
[Notifier] Add Zulip entry
1 parent 453a587 commit 2fdc9ca

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

notifier.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,26 @@ The chat channel is used to send chat messages to users by using
125125
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
126126
integration with these chat services:
127127

128-
========== =============================== ============================================
128+
========== =============================== =================================================
129129
Service Package DSN
130-
========== =============================== ============================================
130+
========== =============================== =================================================
131131
Slack ``symfony/slack-notifier`` ``slack://default/ID``
132132
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
133133
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
134134
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
135-
========== =============================== ============================================
135+
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
136+
========== =============================== =================================================
136137

137138
.. versionadded:: 5.1
138139

139140
The Mattermost and RocketChat integrations were introduced in Symfony
140141
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
141142
Webhooks instead of legacy tokens.
142143

144+
.. versionadded:: 5.2
145+
146+
The Zulip integration was introduced in Symfony 5.2.
147+
143148
Chatters are configured using the ``chatter_transports`` setting:
144149

145150
.. code-block:: bash

0 commit comments

Comments
 (0)