Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Notifier] Add Bandwidth bridge #17483

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

Merged
merged 1 commit into from
Dec 4, 2022
Merged
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 @@ -65,6 +65,7 @@ Service Package DSN
46elks ``symfony/forty-six-elks-notifier`` ``forty-six-elks://API_USERNAME:API_PASSWORD@default?from=FROM``
AllMySms ``symfony/all-my-sms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
Bandwidth ``symfony/bandwidth-notifier`` ``bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY``
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
ContactEveryone ``symfony/contact-everyone-notifier`` ``contact-everyone://TOKEN@default?&diffusionname=DIFFUSION_NAME&category=CATEGORY``
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
Expand Down Expand Up @@ -113,7 +114,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau

.. versionadded:: 6.3

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

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