modify-twilio-sms
This command modifies the SMS service for the Twilio provider.
Syntax:
shell
sfiler-cli [options] modify-twilio-sms [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | Name of new SMS provider. |
-nn | Optional | The new name of the SMS service. |
-d | Optional | SMS provider description. |
-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 changes the name of the Twilio SMS service "my SMS service" to "my new SMS service".
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" modify-twilio-sms -n "my SMS service" -nn "my new SMS service"