Skip to content

Commit 398f589

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Notifier] Added the Engagespot push notification
2 parents 55fe8c9 + e16e05a commit 398f589

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

notifier.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,16 @@ integration with these push services:
320320
============== ==================================== =================================================================================
321321
Service Package DSN
322322
============== ==================================== =================================================================================
323-
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
323+
Engagespot ``symfony/engagespot-notifier`` ``engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME``
324324
Expo ``symfony/expo-notifier`` ``expo://Token@default``
325+
Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default``
325326
OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''``
326327
============== ==================================== =================================================================================
327328

329+
.. versionadded:: 6.1
330+
331+
The Engagespot integration was introduced in Symfony 6.1.
332+
328333
To enable a texter, add the correct DSN in your ``.env`` file and
329334
configure the ``texter_transports``:
330335

0 commit comments

Comments
 (0)