@@ -75,16 +75,15 @@ The Webhook component routing needs to be defined:
75
75
76
76
Currently, the following third-party services support webhooks:
77
77
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
+ ============== ==========================================
88
87
89
88
Set up the webhook in the third-party mailer. For Mailgun, you can do this
90
89
in 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:
143
142
SMS service Parser service name
144
143
============ ==========================================
145
144
Twilio ``notifier.webhook.request_parser.twilio ``
145
+ Vonage ``notifier.webhook.request_parser.vonage ``
146
146
============ ==========================================
147
147
148
148
.. versionadded :: 6.3
149
149
150
150
The support for Twilio was introduced in Symfony 6.3.
151
151
152
+ .. versionadded :: 6.4
153
+
154
+ The support for Vonage was introduced in Symfony 6.4.
155
+
152
156
For SMS transports, an additional ``SmsEvent `` is available in the RemoteEvent
153
157
consumer::
154
158
0 commit comments