File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,16 @@ The chat channel is used to send chat messages to users by using
133
133
:class: `Symfony\\ Component\\ Notifier\\ Chatter ` classes. Symfony provides
134
134
integration with these chat services:
135
135
136
- ========== =============================== =================================================
136
+ ========== =============================== ============================================================================
137
137
Service Package DSN
138
- ========== =============================== =================================================
138
+ ========== =============================== ============================================================================
139
139
Slack ``symfony/slack-notifier `` ``slack://default/ID ``
140
140
Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
141
+ GoogleChat ``symfony/google-chat-notifier `` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY ``
141
142
Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
142
143
RocketChat ``symfony/rocketchat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
143
144
Zulip ``symfony/zulip-notifier `` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL ``
144
- ========== =============================== =================================================
145
+ ========== =============================== ============================================================================
145
146
146
147
.. versionadded :: 5.1
147
148
@@ -151,7 +152,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?cha
151
152
152
153
.. versionadded :: 5.2
153
154
154
- The Zulip integration was introduced in Symfony 5.2.
155
+ The GoogleChat and Zulip integrations were introduced in Symfony 5.2.
155
156
156
157
Chatters are configured using the ``chatter_transports `` setting:
157
158
You can’t perform that action at this time.
0 commit comments