test-access-twilio-sms
Allows you to test the connection to an SMS service for the Twilio provider.
Syntax:
shell
sfiler-cli [options] test-access-twilio-sms [command options]
Command options | Required / Optional | Description |
---|---|---|
-to | Required | Phone number to receive SMS notification. |
-fpn | Required | Phone number provided by Twilio. |
-as | Required | Twilio account SID. |
-ks | Required | Secret key SID. |
-k | Required | Secret key value. |
-r | Required | Twilio region. |
Example:
This command tests Twilio's connection to an SMS service.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" test-access-twilio-sms -to "+1234567890" -fpn "+0987654321" -as "Account SID" -ks "Secret key SID" -k "Secret key value" -r "region"