Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default
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``
SMSFactor ``symfony/sms-factor-notifier`` ``sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE``
Smsmode ``symfony/smsmode-notifier`` ``smsmode://API_KEY@default?from=FROM``
SpotHit ``symfony/spot-hit-notifier`` ``spothit://TOKEN@default?from=FROM``
Telnyx ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
Termii ``symfony/termii-notifier`` ``termii://API_KEY@default?from=FROM&channel=CHANNEL``
Expand All @@ -119,7 +120,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau

.. versionadded:: 6.3

The Bandwith, iSendPro, Plivo, RingCentral and Termii integrations were introduced
The Bandwith, iSendPro, Plivo, RingCentral, Smsmode and Termii integrations were introduced
in Symfony 6.3.

To enable a texter, add the correct DSN in your ``.env`` file and
Expand Down