Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 31, 2025
1 parent 8a04492 commit 1fc4145
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Service
`AllMySms`_ **Install**: ``composer require symfony/all-my-sms-notifier`` \
**DSN**: ``allmysms://LOGIN:APIKEY@default?from=FROM`` \
**Webhook support**: No
**SentMessage extra info**: `nbSms`, `balance`, `cost`
**Extra properties in SentMessage**: ``nbSms``, ``balance``, ``cost``
`AmazonSns`_ **Install**: ``composer require symfony/amazon-sns-notifier`` \
**DSN**: ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION`` \
**Webhook support**: No
Expand Down Expand Up @@ -140,7 +140,7 @@ Service
`OvhCloud`_ **Install**: ``composer require symfony/ovh-cloud-notifier`` \
**DSN**: ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME`` \
**Webhook support**: No
**SentMessage extra info**: `totalCreditsRemoved`
**Extra properties in SentMessage**:: ``totalCreditsRemoved``
`Plivo`_ **Install**: ``composer require symfony/plivo-notifier`` \
**DSN**: ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM`` \
**Webhook support**: No
Expand Down Expand Up @@ -241,6 +241,8 @@ Service
.. versionadded:: 7.3

Webhook support for the ``Brevo`` integration was introduced in Symfony 7.3.
The extra properties in ``SentMessage`` for ``AllMySms`` and ``OvhCloud``
providers were introduced in Symfony 7.3 too.

.. deprecated:: 7.1

Expand Down

0 comments on commit 1fc4145

Please sign in to comment.