Skip to content

Commit 947572c

Browse files
committed
List GoogleChat in notifiers list
1 parent 38edd48 commit 947572c

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
@@ -133,6 +133,7 @@ Service Package DSN
133133
========== =============================== ============================================
134134
Slack ``symfony/slack-notifier`` ``slack://default/ID``
135135
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
136+
GoogleChat ``symfony/googlechat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD``
136137
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
137138
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
138139
========== =============================== ============================================
@@ -143,6 +144,10 @@ RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?chann
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 GoogleChat 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)