Skip to content

Commit b8d08cb

Browse files
TimoBakxOskarStark
authored andcommitted
[Webhook] Added Sendgrid's webhook support (added in 6.4)
1 parent 834ca58 commit b8d08cb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

webhook.rst

+7-1
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)