Skip to content

Commit bddee6f

Browse files
[Webhook] Add bridges for Webhook
1 parent 834ca58 commit bddee6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

webhook.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,17 @@ Mailer service Parser service name
8484
=============== ==========================================
8585
Mailgun ``mailer.webhook.request_parser.mailgun``
8686
Postmark ``mailer.webhook.request_parser.postmark``
87+
Mailjet ``mailer.webhook.request_parser.mailjet``
88+
Brevo ``mailer.webhook.request_parser.brevo``
89+
Vonage ``mailer.webhook.request_parser.vonage``
90+
Sendgrid ``mailer.webhook.request_parser.sendgrid``
8791
=============== ==========================================
8892

93+
.. versionadded:: 6.4
94+
95+
The support for Mailjet, Brevo, Vonage and Sendgrid was added in Symfony
96+
6.4.
97+
8998
Set up the webhook in the third-party mailer. For Mailgun, you can do this
9099
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun``
91100
path behind the domain you're using.

0 commit comments

Comments
 (0)