@@ -57,6 +57,7 @@ with a couple popular SMS services:
5757Service Package DSN
5858============== ==================================== ===========================================================================
5959AllMySms ``symfony/allmysms-notifier `` ``allmysms://LOGIN:APIKEY@default?from=FROM ``
60+ AmazonSns ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
6061Clickatell ``symfony/clickatell-notifier `` ``clickatell://ACCESS_TOKEN@default?from=FROM ``
6162Esendex ``symfony/esendex-notifier `` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM ``
6263FakeSms ``symfony/fake-sms-notifier `` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM ``
@@ -96,7 +97,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
9697
9798.. versionadded :: 5.4
9899
99- The MessageMedia, Smsc and Yunpian integrations were introduced in Symfony 5.4.
100+ The MessageMedia, Smsc, Yunpian and AmazonSns integrations were introduced in Symfony 5.4.
100101
101102To enable a texter, add the correct DSN in your ``.env `` file and
102103configure the ``texter_transports ``:
@@ -161,6 +162,7 @@ integration with these chat services:
161162============== ==================================== ===========================================================================
162163Service Package DSN
163164============== ==================================== ===========================================================================
165+ AmazonSns ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
164166Discord ``symfony/discord-notifier `` ``discord://TOKEN@default?webhook_id=ID ``
165167FakeChat ``symfony/fake-chat-notifier `` ``fakechat+email://default?to=TO&from=FROM ``
166168Firebase ``symfony/firebase-notifier `` ``firebase://USERNAME:PASSWORD@default ``
@@ -191,6 +193,10 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST
191193
192194 The Gitter, Mercure, FakeChat and Microsoft Teams integrations were introduced in Symfony 5.3.
193195
196+ .. versionadded :: 5.4
197+
198+ The AmazonSns integration was introduced in Symfony 5.4.
199+
194200Chatters are configured using the ``chatter_transports `` setting:
195201
196202.. code-block :: bash
0 commit comments