modify-azure-sms
This command modifies the SMS service for the Azure Communication Service provider.
Syntax:
shell
sfiler-cli [options] modify-azure-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 Azure. |
-ep | Required | Azure endpoint. |
-ak | Required | Access key value. |
Example:
This command changes the name of the Azure 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-azure-sms -n "my SMS service" -nn "my new SMS service"