@@ -79,25 +79,23 @@ The Webhook component routing needs to be defined:
7979
8080 Currently, the following third-party services support webhooks:
8181
82- ======== ==========================================
83- Service Parser service name
84- ======== ==========================================
85- Brevo ``mailer.webhook.request_parser.brevo ``
86- Mailgun ``mailer.webhook.request_parser.mailgun ``
87- Mailjet ``mailer.webhook.request_parser.mailjet ``
88- Postmark ``mailer.webhook.request_parser.postmark ``
89- Sendgrid ``mailer.webhook.request_parser.sendgrid ``
90- Vonage ``notifier.webhook.request_parser.vonage ``
91- ======== ==========================================
82+ ============== ==========================================
83+ Mailer Service Parser service name
84+ ============== ==========================================
85+ Brevo ``mailer.webhook.request_parser.brevo ``
86+ Mailgun ``mailer.webhook.request_parser.mailgun ``
87+ Mailjet ``mailer.webhook.request_parser.mailjet ``
88+ Postmark ``mailer.webhook.request_parser.postmark ``
89+ Sendgrid ``mailer.webhook.request_parser.sendgrid ``
90+ ============== ==========================================
9291
9392.. versionadded :: 6.3
9493
9594 The support for Mailgun and Postmark was introduced in Symfony 6.3.
9695
9796.. versionadded :: 6.4
9897
99- The support for Brevo, Mailjet, Sendgrid and Vonage was introduced in
100- Symfony 6.4.
98+ The support for Brevo, Mailjet and Sendgrid was introduced in Symfony 6.4.
10199
102100Set up the webhook in the third-party mailer. For Mailgun, you can do this
103101in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun ``
@@ -156,12 +154,17 @@ Currently, the following third-party sms transports support webhooks:
156154SMS service Parser service name
157155============ ==========================================
158156Twilio ``notifier.webhook.request_parser.twilio ``
157+ Vonage ``notifier.webhook.request_parser.vonage ``
159158============ ==========================================
160159
161160.. versionadded :: 6.3
162161
163162 The support for Twilio was introduced in Symfony 6.3.
164163
164+ .. versionadded :: 6.4
165+
166+ The support for Vonage was introduced in Symfony 6.4.
167+
165168For SMS transports, an additional ``SmsEvent `` is available in the RemoteEvent
166169consumer::
167170
0 commit comments