Skip to content

Commit 90f779c

Browse files
committed
[Notifier] Add Bandwidth bridge
1 parent 5d23506 commit 90f779c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notifier.rst

Lines changed: 5 additions & 0 deletions
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``
@@ -109,6 +110,10 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@defau
109110

110111
The ContactEveryone and SMSFactor integrations were introduced in Symfony 6.2.
111112

113+
.. versionadded:: 6.3
114+
115+
The Bandwidth, Plivo, RingCentral, and Termii integrations were introduced in Symfony 6.3.
116+
112117
To enable a texter, add the correct DSN in your ``.env`` file and
113118
configure the ``texter_transports``:
114119

0 commit comments

Comments
 (0)