Skip to content

Commit e52e2a4

Browse files
committed
minor #13604 [Notifier] Add Zulip entry (phpfour)
This PR was squashed before being merged into the master branch. Discussion ---------- [Notifier] Add Zulip entry Added entry for this feature: symfony/symfony#36616 I have question, the integration supports sending notification directly to a person through the recipient parameter. Should that be documented somewhere? Commits ------- 2fdc9ca [Notifier] Add Zulip entry
2 parents 52c2ca0 + 2fdc9ca commit e52e2a4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

notifier.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,26 @@ The chat channel is used to send chat messages to users by using
128128
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
129129
integration with these chat services:
130130

131-
========== =============================== ============================================
131+
========== =============================== =================================================
132132
Service Package DSN
133-
========== =============================== ============================================
133+
========== =============================== =================================================
134134
Slack ``symfony/slack-notifier`` ``slack://default/ID``
135135
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
136136
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
137137
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
138-
========== =============================== ============================================
138+
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
139+
========== =============================== =================================================
139140

140141
.. versionadded:: 5.1
141142

142143
The Mattermost and RocketChat integrations were introduced in Symfony
143144
5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming
144145
Webhooks instead of legacy tokens.
145146

147+
.. versionadded:: 5.2
148+
149+
The Zulip integration was introduced in Symfony 5.2.
150+
146151
Chatters are configured using the ``chatter_transports`` setting:
147152

148153
.. code-block:: bash

0 commit comments

Comments
 (0)