From 2bfa72acdabf47abe77e5ba50370fda4ac36e042 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Thu, 25 Sep 2025 09:03:06 +0400 Subject: [PATCH] Update webhook.rst Fix 'Usage in Combination with the Notifier Component': add LOX24 service parser configurartion name --- webhook.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webhook.rst b/webhook.rst index d27a6e6d906..2117c98deee 100644 --- a/webhook.rst +++ b/webhook.rst @@ -175,9 +175,10 @@ Currently, the following third-party SMS transports support webhooks: ============ ========================================== SMS service Parser service name ============ ========================================== -Twilio ``notifier.webhook.request_parser.twilio`` +LOX24 ``notifier.webhook.request_parser.lox24`` Smsbox ``notifier.webhook.request_parser.smsbox`` Sweego ``notifier.webhook.request_parser.sweego`` +Twilio ``notifier.webhook.request_parser.twilio`` Vonage ``notifier.webhook.request_parser.vonage`` ============ ==========================================