Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [Notifier][Webhook] Updated Webhook-supported Notifier bridges for 6.4
  • Loading branch information
OskarStark committed Dec 12, 2023
2 parents af98449 + bb34c43 commit 91c1b6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Service Package DSN
`Telnyx`_ ``symfony/telnyx-notifier`` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID``
`TurboSms`_ ``symfony/turbo-sms-notifier`` ``turbosms://AUTH_TOKEN@default?from=FROM``
`Twilio`_ ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM`` yes
`Vonage`_ ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM``
`Vonage`_ ``symfony/vonage-notifier`` ``vonage://KEY:SECRET@default?from=FROM`` yes
`Yunpian`_ ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default``
================== ===================================== ========================================================================================================================= ===============

Expand Down
24 changes: 14 additions & 10 deletions webhook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,15 @@ The Webhook component routing needs to be defined:
Currently, the following third-party services support webhooks:

======== ==========================================
Service Parser service name
======== ==========================================
Brevo ``mailer.webhook.request_parser.brevo``
Mailgun ``mailer.webhook.request_parser.mailgun``
Mailjet ``mailer.webhook.request_parser.mailjet``
Postmark ``mailer.webhook.request_parser.postmark``
Sendgrid ``mailer.webhook.request_parser.sendgrid``
Vonage ``notifier.webhook.request_parser.vonage``
======== ==========================================
============== ==========================================
Mailer Service Parser service name
============== ==========================================
Brevo ``mailer.webhook.request_parser.brevo``
Mailgun ``mailer.webhook.request_parser.mailgun``
Mailjet ``mailer.webhook.request_parser.mailjet``
Postmark ``mailer.webhook.request_parser.postmark``
Sendgrid ``mailer.webhook.request_parser.sendgrid``
============== ==========================================

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

.. versionadded:: 6.3

Check failure on line 148 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "6.3". Only major version "7" is allowed.

Check failure on line 148 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please only provide ".. versionadded::" if the version is greater/equal "7.0"

Check failure on line 148 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "6.3". Only major version "7" is allowed.

Check failure on line 148 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please only provide ".. versionadded::" if the version is greater/equal "7.0"

The support for Twilio was introduced in Symfony 6.3.

.. versionadded:: 6.4

Check failure on line 152 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "6.4". Only major version "7" is allowed.

Check failure on line 152 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please only provide ".. versionadded::" if the version is greater/equal "7.0"

Check failure on line 152 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

You are not allowed to use version "6.4". Only major version "7" is allowed.

Check failure on line 152 in webhook.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please only provide ".. versionadded::" if the version is greater/equal "7.0"

The support for Vonage was introduced in Symfony 6.4.

For SMS transports, an additional ``SmsEvent`` is available in the RemoteEvent
consumer::

Expand Down

0 comments on commit 91c1b6c

Please sign in to comment.