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