Skip to content

Commit 917b85d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Webhook] Added Sendgrid's webhook support (added in 6.4)
2 parents 2ca134d + d8d2df9 commit 917b85d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

webhook.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Webhook
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

88
The Webhook component is used to respond to remote webhooks to trigger actions
99
in your application. This document focuses on using webhooks to listen to remote
@@ -84,8 +84,14 @@ Mailer service Parser service name
8484
=============== ==========================================
8585
Mailgun ``mailer.webhook.request_parser.mailgun``
8686
Postmark ``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+
8995
Set up the webhook in the third-party mailer. For Mailgun, you can do this
9096
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun``
9197
path behind the domain you're using.

0 commit comments

Comments
 (0)