Skip to content

Commit d945181

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Notifier] Add Novu Notifier Bridge
2 parents 1aa77bc + c521eb3 commit d945181

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
@@ -425,6 +425,7 @@ Service Package DSN
425425
=============== ==================================== ==============================================================================
426426
`Engagespot`_ ``symfony/engagespot-notifier`` ``engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME``
427427
`Expo`_ ``symfony/expo-notifier`` ``expo://Token@default``
428+
`Novu`_ ``symfony/novu-notifier`` ``novu://API_KEY@default``
428429
`OneSignal`_ ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID``
429430
`PagerDuty`_ ``symfony/pager-duty-notifier`` ``pagerduty://TOKEN@SUBDOMAIN``
430431
`Pushover`_ ``symfony/pushover-notifier`` ``pushover://USER_KEY:APP_TOKEN@default``
@@ -438,6 +439,10 @@ Service Package DSN
438439

439440
The PagerDuty and Pushover integrations were introduced in Symfony 6.3.
440441

442+
.. versionadded:: 6.4
443+
444+
The Novu integration was introduced in Symfony 6.4.
445+
441446
To enable a texter, add the correct DSN in your ``.env`` file and
442447
configure the ``texter_transports``:
443448

@@ -998,6 +1003,7 @@ is dispatched. Listeners receive a
9981003
.. _`MicrosoftTeams`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/README.md
9991004
.. _`Mobyt`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Mobyt/README.md
10001005
.. _`Nexmo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Nexmo/README.md
1006+
.. _`Novu`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Novu/README.md
10011007
.. _`Octopush`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Octopush/README.md
10021008
.. _`OneSignal`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/OneSignal/README.md
10031009
.. _`OrangeSms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/OrangeSms/README.md

0 commit comments

Comments
 (0)