Skip to content

Commit d10abd7

Browse files
pan93412javiereguiluz
authored andcommitted
[Notifier] Add LINE Bot notifier
1 parent 617a2b5 commit d10abd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

notifier.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ Service Package D
341341
`Firebase`_ ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
342342
`Gitter`_ ``symfony/gitter-notifier`` ``gitter://TOKEN@default?room_id=ROOM_ID``
343343
`GoogleChat`_ ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY``
344+
`LINE Bot`_ ``symfony/line-bot-notifier`` ``linebot://TOKEN@default?receiver=RECEIVER``
344345
`LINE Notify`_ ``symfony/line-notify-notifier`` ``linenotify://TOKEN@default``
345346
`LinkedIn`_ ``symfony/linked-in-notifier`` ``linkedin://TOKEN:USER_ID@default``
346347
`Mastodon`_ ``symfony/mastodon-notifier`` ``mastodon://ACCESS_TOKEN@HOST``
@@ -355,6 +356,10 @@ Service Package D
355356
`Zulip`_ ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel=CHANNEL``
356357
====================================== ==================================== =============================================================================
357358

359+
.. versionadded:: 7.2
360+
361+
The ``LINE Bot`` integration was introduced in Symfony 7.2.
362+
358363
.. versionadded:: 7.1
359364

360365
The ``Bluesky`` integration was introduced in Symfony 7.1.
@@ -1100,6 +1105,7 @@ is dispatched. Listeners receive a
11001105
.. _`Iqsms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Iqsms/README.md
11011106
.. _`iSendPro`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Isendpro/README.md
11021107
.. _`KazInfoTeh`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/README.md
1108+
.. _`LINE Bot`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/LineBot/README.md
11031109
.. _`LINE Notify`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/LineNotify/README.md
11041110
.. _`LightSms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/LightSms/README.md
11051111
.. _`LinkedIn`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/LinkedIn/README.md

0 commit comments

Comments
 (0)