From 141c65cd756145c43542211e5963a01bb690396f Mon Sep 17 00:00:00 2001 From: alanzarli Date: Tue, 21 Jan 2025 10:57:32 +0100 Subject: [PATCH] [Notifier][Webhook]Add Smsbox Notifier doc --- notifier.rst | 2 +- webhook.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/notifier.rst b/notifier.rst index 090f4db2007..30565f45b2c 100644 --- a/notifier.rst +++ b/notifier.rst @@ -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 diff --git a/webhook.rst b/webhook.rst index 674c9f2c5c6..6c5d46a956a 100644 --- a/webhook.rst +++ b/webhook.rst @@ -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`` ============ ==========================================