Skip to content

Commit ec8ff91

Browse files
committed
feature #17483 [Notifier] Add Bandwidth bridge (gnito-org)
This PR was merged into the 6.3 branch. Discussion ---------- [Notifier] Add Bandwidth bridge <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 4dd26b9 [Notifier] Add Bandwidth bridge
2 parents 61c23f3 + 4dd26b9 commit ec8ff91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Service Package DSN
6565
46elks ``symfony/forty-six-elks-notifier`` ``forty-six-elks://API_USERNAME:API_PASSWORD@default?from=FROM``
6666
AllMySms ``symfony/all-my-sms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
6767
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
68+
Bandwidth ``symfony/bandwidth-notifier`` ``bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY``
6869
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
6970
ContactEveryone ``symfony/contact-everyone-notifier`` ``contact-everyone://TOKEN@default?&diffusionname=DIFFUSION_NAME&category=CATEGORY``
7071
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
@@ -113,7 +114,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau
113114

114115
.. versionadded:: 6.3
115116

116-
The RingCentral and Termii integrations were introduced in Symfony 6.3.
117+
The Bandwith, RingCentral and Termii integrations were introduced in Symfony 6.3.
117118

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

0 commit comments

Comments
 (0)