File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ integration with these chat services:
180
180
Service Package DSN
181
181
============== ==================================== =============================================================================
182
182
AmazonSns ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
183
+ Chatwork ``symfony/chatwork-notifier `` ``chatwork://API_TOKEN@default?room_id=ID ``
183
184
Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?webhook_id=ID ``
184
185
FakeChat ``symfony/fake-chat-notifier `` ``fakechat+email://default?to=TO&from=FROM `` or ``fakechat+logger://default ``
185
186
Firebase ``symfony/firebase-notifier `` ``firebase://USERNAME:PASSWORD@default ``
@@ -198,7 +199,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST
198
199
199
200
.. versionadded :: 6.2
200
201
201
- The Zendesk integration was introduced in Symfony 6.2.
202
+ The Zendesk and Chatwork integration were introduced in Symfony 6.2.
202
203
203
204
Chatters are configured using the ``chatter_transports `` setting:
204
205
You can’t perform that action at this time.
0 commit comments