Skip to content

Commit 91c1b6c

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Notifier][Webhook] Updated Webhook-supported Notifier bridges for 6.4
2 parents af98449 + bb34c43 commit 91c1b6c

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Service Package DSN
9898
`Telnyx`_ ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
9999
`TurboSms`_ ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM``
100100
`Twilio`_ ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` yes
101-
`Vonage`_ ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM``
101+
`Vonage`_ ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM`` yes
102102
`Yunpian`_ ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default``
103103
================== ===================================== ========================================================================================================================= ===============
104104

webhook.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,15 @@ The Webhook component routing needs to be defined:
7575
7676
Currently, the following third-party services support webhooks:
7777

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-
======== ==========================================
78+
============== ==========================================
79+
Mailer 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+
============== ==========================================
8887

8988
Set up the webhook in the third-party mailer. For Mailgun, you can do this
9089
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun``
@@ -143,12 +142,17 @@ Currently, the following third-party sms transports support webhooks:
143142
SMS service Parser service name
144143
============ ==========================================
145144
Twilio ``notifier.webhook.request_parser.twilio``
145+
Vonage ``notifier.webhook.request_parser.vonage``
146146
============ ==========================================
147147

148148
.. versionadded:: 6.3
149149

150150
The support for Twilio was introduced in Symfony 6.3.
151151

152+
.. versionadded:: 6.4
153+
154+
The support for Vonage was introduced in Symfony 6.4.
155+
152156
For SMS transports, an additional ``SmsEvent`` is available in the RemoteEvent
153157
consumer::
154158

0 commit comments

Comments
 (0)