Skip to content

Commit

Permalink
[Notifier] Add SentMessage extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
mRoca committed Jan 27, 2025
1 parent faa9c32 commit c8f2188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +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`
`AmazonSns`_ **Install**: ``composer require symfony/amazon-sns-notifier`` \
**DSN**: ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION`` \
**Webhook support**: No
Expand Down Expand Up @@ -139,6 +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`
`Plivo`_ **Install**: ``composer require symfony/plivo-notifier`` \
**DSN**: ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM`` \
**Webhook support**: No
Expand Down

0 comments on commit c8f2188

Please sign in to comment.