File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,19 @@ receive webhook calls from this provider.
2424
2525Currently, the following third-party mailer providers support webhooks:
2626
27- =============== ==========================================
28- Mailer service Parser service name
29- =============== ==========================================
30- Mailgun ``mailer.webhook.request_parser.mailgun ``
31- Postmark ``mailer.webhook.request_parser.postmark ``
32- =============== ==========================================
27+ ============== ==========================================
28+ Mailer Service Parser service name
29+ ============== ==========================================
30+ Brevo ``mailer.webhook.request_parser.brevo ``
31+ Mailgun ``mailer.webhook.request_parser.mailgun ``
32+ Mailjet ``mailer.webhook.request_parser.mailjet ``
33+ Postmark ``mailer.webhook.request_parser.postmark ``
34+ Sendgrid ``mailer.webhook.request_parser.sendgrid ``
35+ ============== ==========================================
36+
37+ .. versionadded :: 6.4
38+
39+ The support for Brevo, Mailjet and Sendgrid was introduced in Symfony 6.4.
3340
3441.. note ::
3542
You can’t perform that action at this time.
0 commit comments