File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,9 @@ Service
187
187
`SpotHit `_ **Install **: ``composer require symfony/spot-hit-notifier `` \
188
188
**DSN **: ``spothit://TOKEN@default?from=FROM `` \
189
189
**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
190
193
`Telnyx `_ **Install **: ``composer require symfony/telnyx-notifier `` \
191
194
**DSN **: ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID `` \
192
195
**Webhook support **: No
@@ -225,7 +228,7 @@ Service
225
228
226
229
.. versionadded :: 7.2
227
230
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.
229
232
230
233
.. deprecated :: 7.1
231
234
@@ -1239,6 +1242,7 @@ is dispatched. Listeners receive a
1239
1242
.. _`SMSense` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SMSense/README.md
1240
1243
.. _`SmsSluzba` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsSluzba/README.md
1241
1244
.. _`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
1242
1246
.. _`Telegram` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Telegram/README.md
1243
1247
.. _`Telnyx` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Telnyx/README.md
1244
1248
.. _`TurboSms` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/TurboSms/README.md
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ Currently, the following third-party SMS transports support webhooks:
166
166
SMS service Parser service name
167
167
============ ==========================================
168
168
Twilio ``notifier.webhook.request_parser.twilio ``
169
+ Sweego ``notifier.webhook.request_parser.sweego ``
169
170
Vonage ``notifier.webhook.request_parser.vonage ``
170
171
============ ==========================================
171
172
You can’t perform that action at this time.
0 commit comments