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 5264f05

Browse filesBrowse files
[Webhook] Add bridges for Webhook
1 parent d8d2df9 commit 5264f05
Copy full SHA for 5264f05

File tree

2 files changed

+11
-4
lines changed
Filter options

2 files changed

+11
-4
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ via a third-party provider:
105105
Service Install with Webhook support
106106
===================== =============================================== ===============
107107
`Amazon SES`_ ``composer require symfony/amazon-mailer``
108-
`Brevo`_ ``composer require symfony/brevo-mailer``
108+
`Brevo`_ ``composer require symfony/brevo-mailer`` yes
109109
`Infobip`_ ``composer require symfony/infobip-mailer``
110110
`Mailgun`_ ``composer require symfony/mailgun-mailer`` yes
111-
`Mailjet`_ ``composer require symfony/mailjet-mailer``
111+
`Mailjet`_ ``composer require symfony/mailjet-mailer`` yes
112112
`MailPace`_ ``composer require symfony/mail-pace-mailer``
113113
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
114114
`Mandrill`_ ``composer require symfony/mailchimp-mailer``

‎webhook.rst

Copy file name to clipboardExpand all lines: webhook.rst
+9-2Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,22 @@ Currently, the following third-party mailer services support webhooks:
8282
=============== ==========================================
8383
Mailer service Parser service name
8484
=============== ==========================================
85+
Brevo ``mailer.webhook.request_parser.brevo``
8586
Mailgun ``mailer.webhook.request_parser.mailgun``
87+
Mailjet ``mailer.webhook.request_parser.mailjet``
8688
Postmark ``mailer.webhook.request_parser.postmark``
8789
Sendgrid ``mailer.webhook.request_parser.sendgrid``
90+
Vonage ``mailer.webhook.request_parser.vonage``
8891
=============== ==========================================
8992

90-
.. versionadded:: 6.4
93+
.. versionadded:: 6.3
9194

92-
Webhook support for the Sendgrid service was introduced in Symfony 6.4.
95+
The support for Mailgun and Postmark was introduced in Symfony 6.3.
96+
97+
.. versionadded:: 6.4
9398

99+
The support for Brevo, Mailjet, Sendgrid and Vonage was introduced in
100+
Symfony 6.4.
94101

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.