diff --git a/notifier.rst b/notifier.rst index 555a624c814..febb0d331e4 100644 --- a/notifier.rst +++ b/notifier.rst @@ -86,6 +86,7 @@ SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default? Telnyx ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID`` TurboSms ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM`` Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` +Vonage ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM`` Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default`` ============== ==================================== =========================================================================== @@ -102,10 +103,14 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms (email), LightSms, SmsBiuras and MessageBird integrations were introduced in Symfony 5.3. +.. deprecated:: 5.4 + + The Nexmo integration was deprecated in Symfony 5.4, use the Vonage integration instead. + .. versionadded:: 5.4 - The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet, FakeSms (logger) - and Sms77 integrations were introduced in Symfony 5.4. + The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet, FakeSms (logger), + Sms77 and Vonage integrations were introduced in Symfony 5.4. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: