@@ -55,9 +55,9 @@ to send SMS messages to mobile phones. This feature requires subscribing to
5555a third-party service that sends SMS messages. Symfony provides integration
5656with a couple popular SMS services:
5757
58- ================== ===================================== ===========================================================================
59- Service Package DSN
60- ================== ===================================== ===========================================================================
58+ ================== ===================================== ========================================================================================================================= ===============
59+ Service Package DSN Webhook support
60+ ================== ===================================== ========================================================================================================================= ===============
6161`46elks `_ ``symfony/forty-six-elks-notifier `` ``forty-six-elks://API_USERNAME:API_PASSWORD@default?from=FROM ``
6262`AllMySms `_ ``symfony/all-my-sms-notifier `` ``allmysms://LOGIN:APIKEY@default?from=FROM ``
6363`AmazonSns `_ ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
@@ -95,10 +95,10 @@ Service Package DSN
9595`SpotHit `_ ``symfony/spot-hit-notifier `` ``spothit://TOKEN@default?from=FROM ``
9696`Telnyx `_ ``symfony/telnyx-notifier `` ``telnyx://API_KEY@default?from=FROM&messaging_profile_id=MESSAGING_PROFILE_ID ``
9797`TurboSms `_ ``symfony/turbo-sms-notifier `` ``turbosms://AUTH_TOKEN@default?from=FROM ``
98- `Twilio `_ ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM ``
98+ `Twilio `_ ``symfony/twilio-notifier `` ``twilio://SID:TOKEN@default?from=FROM `` yes
9999`Vonage `_ ``symfony/vonage-notifier `` ``vonage://KEY:SECRET@default?from=FROM ``
100100`Yunpian `_ ``symfony/yunpian-notifier `` ``yunpian://APIKEY@default ``
101- ================== ===================================== ===========================================================================
101+ ================== ===================================== ========================================================================================================================= ===============
102102
103103.. versionadded :: 6.1
104104
@@ -116,6 +116,12 @@ Service Package DSN
116116 were introduced in Symfony 6.3.
117117 The ``from `` option in ``Smsapi `` DSN is optional since Symfony 6.3.
118118
119+ .. tip ::
120+
121+ Some third party transports, when using the API, support status callback
122+ via webhooks. See the :doc: `Webhook documentation </webhook >` for more
123+ details.
124+
119125To enable a texter, add the correct DSN in your ``.env `` file and
120126configure the ``texter_transports ``:
121127
0 commit comments