8000 [Notifier] Add Smsbox Notifier doc by alanzarli · Pull Request #20590 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
8000

[Notifier] Add Smsbox Notifier doc #20590

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
Feb 28, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions webhook.rst
654E
Original file line number Diff line number Diff line change
Expand Up @@ -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``
============ ==========================================
Expand Down
Loading
0