@@ -77,20 +77,27 @@ The Webhook component routing needs to be defined:
77
77
;
78
78
};
79
79
80
- Currently, the following third-party mailer services support webhooks:
80
+ Currently, the following third-party services support webhooks:
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
+ ======== ==========================================
81
92
82
- =============== ==========================================
83
- Mailer service Parser service name
84
- =============== ==========================================
85
- Mailgun ``mailer.webhook.request_parser.mailgun ``
86
- Postmark ``mailer.webhook.request_parser.postmark ``
87
- Sendgrid ``mailer.webhook.request_parser.sendgrid ``
88
- =============== ==========================================
93
+ .. versionadded :: 6.3
89
94
90
- .. versionadded :: 6.4
95
+ The support for Mailgun and Postmark was introduced in Symfony 6.3.
91
96
92
- Webhook support for the Sendgrid service was introduced in Symfony 6.4.
97
+ .. versionadded :: 6.4
93
98
99
+ The support for Brevo, Mailjet, Sendgrid and Vonage was introduced in
100
+ Symfony 6.4.
94
101
95
102
Set up the webhook in the third-party mailer. For Mailgun, you can do this
96
103
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun ``
0 commit comments