Skip to content

Commit 8a04492

Browse files
committed
minor #20606 [Notifier] Add SentMessage extra info (mRoca)
This PR was merged into the 7.3 branch. Discussion ---------- [Notifier] Add SentMessage extra info fixes #20601 I'm not sure any doc should be added: the current sentence regarding the `SentMessage` object is: [The send() method returns a variable of type SentMessage which provides information such as the message ID and the original message contents](https://symfony.com/doc/7.3/notifier.html#sms-channel) Commits ------- c8f2188 [Notifier] Add SentMessage extra info
2 parents 57e4fcb + c8f2188 commit 8a04492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notifier.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Service
6868
`AllMySms`_ **Install**: ``composer require symfony/all-my-sms-notifier`` \
6969
**DSN**: ``allmysms://LOGIN:APIKEY@default?from=FROM`` \
7070
**Webhook support**: No
71+
**SentMessage extra info**: `nbSms`, `balance`, `cost`
7172
`AmazonSns`_ **Install**: ``composer require symfony/amazon-sns-notifier`` \
7273
**DSN**: ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION`` \
7374
**Webhook support**: No
@@ -139,6 +140,7 @@ Service
139140
`OvhCloud`_ **Install**: ``composer require symfony/ovh-cloud-notifier`` \
140141
**DSN**: ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME`` \
141142
**Webhook support**: No
143+
**SentMessage extra info**: `totalCreditsRemoved`
142144
`Plivo`_ **Install**: ``composer require symfony/plivo-notifier`` \
143145
**DSN**: ``plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM`` \
144146
**Webhook support**: No

0 commit comments

Comments
 (0)