8000 [Notifier] Add Smsmode bridge by gnito-org · Pull Request #17511 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Notifier] Add Smsmode bridge #17511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
[Notifier] Add Smsmode bridge
  • Loading branch information
gnito-org committed Dec 5, 2022
commit 43214bd95a4a3b7dce15480f0185db4168956118
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
0