@@ -159,6 +159,9 @@ Service
159159`Sinch `_ **Install **: ``composer require symfony/sinch-notifier `` \
160160 **DSN **: ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM `` \
161161 **Webhook support **: No
162+ `Sipgate `_ **Install **: ``composer require symfony/sipgate-notifier `` \
163+ **DSN **: ``sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID `` \
164+ **Webhook support **: No
162165`SmsSluzba `_ **Install **: ``composer require symfony/sms-sluzba-notifier `` \
163166 **DSN **: ``sms-sluzba://USERNAME:PASSWORD@default `` \
164167 **Webhook support **: No
@@ -214,6 +217,10 @@ Service
214217 The ``Smsbox ``, ``SmsSluzba ``, ``SMSense ``, ``LOX24 `` and ``Unifonic ``
215218 integrations were introduced in Symfony 7.1.
216219
220+ .. versionadded :: 7.2
221+
222+ The ``Sipgate `` integration was introduced in Symfony 7.2.
223+
217224.. deprecated :: 7.1
218225
219226 The `Sms77 `_ integration is deprecated since
@@ -1131,6 +1138,7 @@ is dispatched. Listeners receive a
11311138.. _`Seven.io` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sevenio/README.md
11321139.. _`SimpleTextin` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SimpleTextin/README.md
11331140.. _`Sinch` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sinch/README.md
1141+ .. _`Sipgate` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sipgate/README.md
11341142.. _`Slack` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Slack/README.md
11351143.. _`Sms77` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Sms77/README.md
11361144.. _`SmsBiuras` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/SmsBiuras/README.md
0 commit comments