diff --git a/notifier.rst b/notifier.rst index 05f5645b30d..46e83d17d0a 100644 --- a/notifier.rst +++ b/notifier.rst @@ -78,6 +78,7 @@ Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?f SmsBiuras ``symfony/sms-biuras-notifier`` ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0`` Smsc ``symfony/smsc-notifier`` ``smsc://LOGIN:PASSWORD@default?from=FROM`` SpotHit ``symfony/spothit-notifier`` ``spothit://TOKEN@default?from=FROM`` +Telnyx ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID`` Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default`` ============== ==================================== =========================================================================== @@ -97,7 +98,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default .. versionadded:: 5.4 - The MessageMedia, Smsc, Yunpian and AmazonSns integrations were introduced in Symfony 5.4. + The MessageMedia, Smsc, Yunpian, AmazonSns and Telnyx integrations were introduced in Symfony 5.4. To enable a texter, add the correct DSN in your ``.env`` file and configure the ``texter_transports``: