From 3be918a6057ea79979cad40c3f2c505bc6f98837 Mon Sep 17 00:00:00 2001 From: Daniel Gorgan Date: Sat, 27 Nov 2021 02:48:26 +0200 Subject: [PATCH 1/3] Add Engagespot documentation --- notifier.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index 555a624c814..84a6ad096a8 100644 --- a/notifier.rst +++ b/notifier.rst @@ -331,13 +331,14 @@ integration with these push services: Service Package DSN ============== ==================================== ================================================================================= Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default`` +Engagespot ``symfony/engagespot-notifier`` ``engagespot://API_KEY@default?campaign_name=DEFAULT_CAMPAIGN`` Expo ``symfony/expo-notifier`` ``expo://Token@default`` OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''`` ============== ==================================== ================================================================================= .. versionadded:: 5.4 - The Expo and OneSignal integrations were introduced in Symfony 5.4. + The Engagespot, Expo and OneSignal integrations were introduced in Symfony 5.4. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: From 053c754de631a197b446cbd1dfb5f8afae8a60f7 Mon Sep 17 00:00:00 2001 From: Daniel Gorgan Date: Sat, 27 Nov 2021 09:55:48 +0200 Subject: [PATCH 2/3] Update notifier.rst Co-authored-by: Oskar Stark --- notifier.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index 84a6ad096a8..91cc6312ad3 100644 --- a/notifier.rst +++ b/notifier.rst @@ -331,7 +331,7 @@ integration with these push services: Service Package DSN ============== ==================================== ================================================================================= Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@default`` -Engagespot ``symfony/engagespot-notifier`` ``engagespot://API_KEY@default?campaign_name=DEFAULT_CAMPAIGN`` +Engagespot ``symfony/engagespot-notifier`` ``engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME`` Expo ``symfony/expo-notifier`` ``expo://Token@default`` OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID''`` ============== ==================================== ================================================================================= From 84f3001646488dbb3a11130473448bacd89bdfc3 Mon Sep 17 00:00:00 2001 From: Daniel Gorgan Date: Sat, 27 Nov 2021 09:55:54 +0200 Subject: [PATCH 3/3] Update notifier.rst Co-authored-by: Oskar Stark --- notifier.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index 91cc6312ad3..c479f2772e3 100644 --- a/notifier.rst +++ b/notifier.rst @@ -338,7 +338,7 @@ OneSignal ``symfony/one-signal-notifier`` ``onesignal://APP_ID:API_ .. versionadded:: 5.4 - The Engagespot, Expo and OneSignal integrations were introduced in Symfony 5.4. + The Expo, OneSignal and Engagespot integrations were introduced in Symfony 5.4. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: