Skip to content

Commit d870de1

Browse files
[Webhook] Add bridges for Webhook
1 parent d8d2df9 commit d870de1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

webhook.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,16 @@ 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``
8790
Sendgrid ``mailer.webhook.request_parser.sendgrid``
8891
=============== ==========================================
8992

9093
.. versionadded:: 6.4
9194

92-
Webhook support for the Sendgrid service was introduced in Symfony 6.4.
93-
95+
The support for Mailjet, Brevo, Vonage and Sendgrid was introduced in
96+
Symfony 6.4.
9497

9598
Set up the webhook in the third-party mailer. For Mailgun, you can do this
9699
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun``

0 commit comments

Comments
 (0)