Skip to content

Commit f932585

Browse files
committed
Add Sweego Notifier doc
1 parent 1d9d376 commit f932585

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

notifier.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ Service
187187
`SpotHit`_ **Install**: ``composer require symfony/spot-hit-notifier`` \
188188
**DSN**: ``spothit://TOKEN@default?from=FROM`` \
189189
**Webhook support**: No
190+
`Sweego`_ **Install**: ``composer require symfony/sweego-notifier`` \
191+
**DSN**: ``sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE`` \
192+
**Webhook support**: Yes
190193
`Telnyx`_ **Install**: ``composer require symfony/telnyx-notifier`` \
191194
**DSN**: ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID`` \
192195
**Webhook support**: No
@@ -225,7 +228,7 @@ Service
225228

226229
.. versionadded:: 7.2
227230

228-
The ``Primotexto`` and ``Sipgate`` integrations were introduced in Symfony 7.2.
231+
The ``Primotexto``, ``Sipgate`` and ``Sweego`` integrations were introduced in Symfony 7.2.
229232

230233
.. deprecated:: 7.1
231234

@@ -1239,6 +1242,7 @@ is dispatched. Listeners receive a
12391242
.. _`SMSense`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SMSense/README.md
12401243
.. _`SmsSluzba`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsSluzba/README.md
12411244
.. _`SpotHit`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SpotHit/README.md
1245+
.. _`Sweego`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sweego/README.md
12421246
.. _`Telegram`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Telegram/README.md
12431247
.. _`Telnyx`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Telnyx/README.md
12441248
.. _`TurboSms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/TurboSms/README.md

webhook.rst

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Currently, the following third-party SMS transports support webhooks:
166166
SMS service Parser service name
167167
============ ==========================================
168168
Twilio ``notifier.webhook.request_parser.twilio``
169+
Sweego ``notifier.webhook.request_parser.sweego``
169170
Vonage ``notifier.webhook.request_parser.vonage``
170171
============ ==========================================
171172

0 commit comments

Comments
 (0)