[Notifier][Webhook]Add Smsbox Notifier doc

This commit is contained in:
alanzarli
2025-01-21 10:57:32 +01:00
parent 26cbad468f
commit 141c65cd75
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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``
============ ==========================================