Skip to content

Commit c2120b2

Browse files
committed
minor #17231 [Notifier] Add Chatwork Notifier Bridge (Ippey)
This PR was squashed before being merged into the 6.2 branch. Discussion ---------- [Notifier] Add Chatwork Notifier Bridge resolved #17230 Commits ------- 6a20d08 [Notifier] Add Chatwork Notifier Bridge
2 parents b0440a4 + 6a20d08 commit c2120b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ integration with these chat services:
180180
Service Package DSN
181181
============== ==================================== =============================================================================
182182
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``
183184
Discord ``symfony/discord-notifier`` ``discord://TOKEN@default?webhook_id=ID``
184185
FakeChat ``symfony/fake-chat-notifier`` ``fakechat+email://default?to=TO&from=FROM`` or ``fakechat+logger://default``
185186
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
@@ -198,7 +199,7 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST
198199

199200
.. versionadded:: 6.2
200201

201-
The Zendesk integration was introduced in Symfony 6.2.
202+
The Zendesk and Chatwork integration were introduced in Symfony 6.2.
202203

203204
Chatters are configured using the ``chatter_transports`` setting:
204205

0 commit comments

Comments
 (0)