Skip to content

Commit 802bbfa

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Webhook] Add missing webhook parsers
2 parents b91613f + 0ecb0de commit 802bbfa

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Service Install with Webhook su
106106
===================== =============================================== ===============
107107
`Amazon SES`_ ``composer require symfony/amazon-mailer``
108108
`Azure`_ ``composer require symfony/azure-mailer``
109-
`Brevo`_ ``composer require symfony/brevo-mailer``
109+
`Brevo`_ ``composer require symfony/brevo-mailer`` yes
110110
`Infobip`_ ``composer require symfony/infobip-mailer``
111111
`Mailgun`_ ``composer require symfony/mailgun-mailer`` yes
112-
`Mailjet`_ ``composer require symfony/mailjet-mailer``
112+
`Mailjet`_ ``composer require symfony/mailjet-mailer`` yes
113113
`MailPace`_ ``composer require symfony/mail-pace-mailer``
114114
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
115115
`Mandrill`_ ``composer require symfony/mailchimp-mailer``

webhook.rst

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,27 @@ The Webhook component routing needs to be defined:
7373
;
7474
};
7575
76-
Currently, the following third-party mailer services support webhooks:
76+
Currently, the following third-party services support webhooks:
7777

78-
=============== ==========================================
79-
Mailer service Parser service name
80-
=============== ==========================================
81-
Mailgun ``mailer.webhook.request_parser.mailgun``
82-
Postmark ``mailer.webhook.request_parser.postmark``
83-
Sendgrid ``mailer.webhook.request_parser.sendgrid``
84-
=============== ==========================================
78+
======== ==========================================
79+
Service Parser service name
80+
======== ==========================================
81+
Brevo ``mailer.webhook.request_parser.brevo``
82+
Mailgun ``mailer.webhook.request_parser.mailgun``
83+
Mailjet ``mailer.webhook.request_parser.mailjet``
84+
Postmark ``mailer.webhook.request_parser.postmark``
85+
Sendgrid ``mailer.webhook.request_parser.sendgrid``
86+
Vonage ``notifier.webhook.request_parser.vonage``
87+
======== ==========================================
8588

86-
.. versionadded:: 6.4
89+
.. versionadded:: 6.3
90+
91+
The support for Mailgun and Postmark was introduced in Symfony 6.3.
8792

88-
Webhook support for the Sendgrid service was introduced in Symfony 6.4.
93+
.. versionadded:: 6.4
8994

95+
The support for Brevo, Mailjet, Sendgrid and Vonage was introduced in
96+
Symfony 6.4.
9097

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

0 commit comments

Comments
 (0)