8000 [FrameworkBundle] Add missing webhook parsers · symfony/symfony-docs@96b1df4 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 96b1df4

Browse files
[FrameworkBundle] Add missing webhook parsers
1 parent d8d2df9 commit 96b1df4

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

mailer.rst

Lines 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

Lines changed: 16 additions & 10 deletions
< 8000 td data-grid-cell-id="diff-19b85bb17ab2ea3baa8480428a885367c4c795f77c2878e1b385794f8243ddd6-77-77-2" data-line-anchor="diff-19b85bb17ab2ea3baa8480428a885367c4c795f77c2878e1b385794f8243ddd6R77" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
;
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,26 @@ The Webhook component routing needs to be defined:
7777
7878
};
7979
80-
Currently, the following third-party mailer services support webhooks:
80+
Currently, the following third-party services support webhooks:
81+
82+
======== ==========================================
83+
Service Parser service name
84+
======== ==========================================
85+
Brevo ``mailer.webhook.request_parser.brevo``
86+
Mailgun ``mailer.webhook.request_parser.mailgun``
87+
Mailjet ``mailer.webhook.request_parser.mailjet``
88+
Postmark ``mailer.webhook.request_parser.postmark``
89+
Sendgrid ``mailer.webhook.request_parser.sendgrid``
90+
======== ==========================================
8191

82-
=============== ==========================================
83-
Mailer service Parser service name
84-
=============== ==========================================
85-
Mailgun ``mailer.webhook.request_parser.mailgun``
86-
Postmark ``mailer.webhook.request_parser.postmark``
87-
Sendgrid ``mailer.webhook.request_parser.sendgrid``
88-
=============== ==========================================
92+
.. versionadded:: 6.3
8993

90-
.. versionadded:: 6.4
94+
The support for Mailgun and Postmark was introduced in Symfony 6.3.
9195

92-
Webhook support for the Sendgrid service was introduced in Symfony 6.4.
96+
.. versionadded:: 6.4
9397

98+
The support for Brevo, Mailjet and Sendgrid was introduced in
99+
Symfony 6.4.
94100

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

0 commit comments

Comments
 (0)
0