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