@@ -79,25 +79,23 @@ The Webhook component routing needs to be defined:
79
79
80
80
Currently, the following third-party services support webhooks:
81
81
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
+ ============== ==========================================
92
91
93
92
.. versionadded :: 6.3
94
93
95
94
The support for Mailgun and Postmark was introduced in Symfony 6.3.
96
95
97
96
.. versionadded :: 6.4
98
97
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.
101
99
102
100
Set up the webhook in the third-party mailer. For Mailgun, you can do this
103
101
in 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:
156
154
SMS service Parser service name
157
155
============ ==========================================
158
156
Twilio ``notifier.webhook.request_parser.twilio ``
157
+ Vonage ``notifier.webhook.request_parser.vonage ``
159
158
============ ==========================================
160
159
161
160
.. versionadded :: 6.3
162
161
163
162
The support for Twilio was introduced in Symfony 6.3.
164
163
164
+ .. versionadded :: 6.4
165
+
166
+ The support for Vonage was introduced in Symfony 6.4.
167
+
165
168
For SMS transports, an additional ``SmsEvent `` is available in the RemoteEvent
166
169
consumer::
167
170
0 commit comments