@@ -75,16 +75,15 @@ The Webhook component routing needs to be defined:
7575
7676 Currently, the following third-party services support webhooks:
7777
78- ======== ==========================================
79- Service Parser service name
80- ======== ==========================================
81- Brevo ``mailer.webhook.request_parser.brevo ``
82- Mailgun ``mailer.webhook.request_parser.mailgun ``
83- Mailjet ``mailer.webhook.request_parser.mailjet ``
84- Postmark ``mailer.webhook.request_parser.postmark ``
85- Sendgrid ``mailer.webhook.request_parser.sendgrid ``
86- Vonage ``notifier.webhook.request_parser.vonage ``
87- ======== ==========================================
78+ ============== ==========================================
79+ Mailer Service Parser service name
80+ ============== ==========================================
81+ Brevo ``mailer.webhook.request_parser.brevo ``
82+ Mailgun ``mailer.webhook.request_parser.mailgun ``
83+ Mailjet ``mailer.webhook.request_parser.mailjet ``
84+ Postmark ``mailer.webhook.request_parser.postmark ``
85+ Sendgrid ``mailer.webhook.request_parser.sendgrid ``
86+ ============== ==========================================
8887
8988Set up the webhook in the third-party mailer. For Mailgun, you can do this
9089in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun ``
@@ -143,12 +142,17 @@ Currently, the following third-party sms transports support webhooks:
143142SMS service Parser service name
144143============ ==========================================
145144Twilio ``notifier.webhook.request_parser.twilio ``
145+ Vonage ``notifier.webhook.request_parser.vonage ``
146146============ ==========================================
147147
148148.. versionadded :: 6.3
149149
150150 The support for Twilio was introduced in Symfony 6.3.
151151
152+ .. versionadded :: 6.4
153+
154+ The support for Vonage was introduced in Symfony 6.4.
155+
152156For SMS transports, an additional ``SmsEvent `` is available in the RemoteEvent
153157consumer::
154158
0 commit comments