mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
[Notifier][Webhook]Add Smsbox Notifier doc
This commit is contained in:
@@ -177,7 +177,7 @@ Service
|
||||
**Webhook support**: No
|
||||
`Smsbox`_ **Install**: ``composer require symfony/smsbox-notifier`` \
|
||||
**DSN**: ``smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER`` \
|
||||
**Webhook support**: No
|
||||
**Webhook support**: Yes
|
||||
`SmsBiuras`_ **Install**: ``composer require symfony/sms-biuras-notifier`` \
|
||||
**DSN**: ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0`` \
|
||||
**Webhook support**: No
|
||||
|
||||
@@ -171,6 +171,7 @@ Currently, the following third-party SMS transports support webhooks:
|
||||
SMS service Parser service name
|
||||
============ ==========================================
|
||||
Twilio ``notifier.webhook.request_parser.twilio``
|
||||
Smsbox ``notifier.webhook.request_parser.smsbox``
|
||||
Sweego ``notifier.webhook.request_parser.sweego``
|
||||
Vonage ``notifier.webhook.request_parser.vonage``
|
||||
============ ==========================================
|
||||
|
||||
Reference in New Issue
Block a user