File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.. versionadded :: 6.3
5
5
6
- The Webhook component was introduced in Symfony 6.3
6
+ The Webhook component was introduced in Symfony 6.3.
7
7
8
8
The Webhook component is used to respond to remote webhooks to trigger actions
9
9
in your application. This document focuses on using webhooks to listen to remote
@@ -84,8 +84,14 @@ Mailer service Parser service name
84
84
=============== ==========================================
85
85
Mailgun ``mailer.webhook.request_parser.mailgun ``
86
86
Postmark ``mailer.webhook.request_parser.postmark ``
87
+ Sendgrid ``mailer.webhook.request_parser.sendgrid ``
87
88
=============== ==========================================
88
89
90
+ .. versionadded :: 6.4
91
+
92
+ Webhook support for the Sendgrid service was introduced in Symfony 6.4.
93
+
94
+
89
95
Set up the webhook in the third-party mailer. For Mailgun, you can do this
90
96
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun ``
91
97
path behind the domain you're using.
You can’t perform that action at this time.
0 commit comments