Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d8d2df9

Browse filesBrowse files
committed
minor #19267 [Webhook] Added Sendgrid's webhook support (added in 6.4) (TimoBakx)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Webhook] Added Sendgrid's webhook support (added in 6.4) Follow-up of #19249 Commits ------- b8d08cb [Webhook] Added Sendgrid's webhook support (added in 6.4)
2 parents e17ea66 + b8d08cb commit d8d2df9
Copy full SHA for d8d2df9

File tree

1 file changed

+7
-1
lines changed
Filter options

1 file changed

+7
-1
lines changed

‎webhook.rst

Copy file name to clipboardExpand all lines: webhook.rst
+7-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.