Skip to content

Commit 33ee99f

Browse files
committed
[Notifier][Webhook] Updated Webhook-supported Notifier bridges for 6.4
1 parent 17d26f9 commit 33ee99f

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

notifier.rst

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

webhook.rst

+15-12
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,23 @@ The Webhook component routing needs to be defined:
7979
8080
Currently, the following third-party services support webhooks:
8181

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-
Vonage ``notifier.webhook.request_parser.vonage``
91-
======== ==========================================
82+
============== ==========================================
83+
Mailer 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+
============== ==========================================
9291

9392
.. versionadded:: 6.3
9493

9594
The support for Mailgun and Postmark was introduced in Symfony 6.3.
9695

9796
.. versionadded:: 6.4
9897

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

102100
Set up the webhook in the third-party mailer. For Mailgun, you can do this
103101
in the control panel. As URL, make sure to use the ``/webhook/mailer_mailgun``
@@ -156,12 +154,17 @@ Currently, the following third-party sms transports support webhooks:
156154
SMS service Parser service name
157155
============ ==========================================
158156
Twilio ``notifier.webhook.request_parser.twilio``
157+
Vonage ``notifier.webhook.request_parser.vonage``
159158
============ ==========================================
160159

161160
.. versionadded:: 6.3
162161

163162
The support for Twilio was introduced in Symfony 6.3.
164163

164+
.. versionadded:: 6.4
165+
166+
The support for Vonage was introduced in Symfony 6.4.
167+
165168
For SMS transports, an additional ``SmsEvent`` is available in the RemoteEvent
166169
consumer::
167170

0 commit comments

Comments
 (0)