Skip to content

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 optionsRequired / OptionalDescription
-nRequiredName of new SMS provider.
-nnOptionalThe new name of the SMS service.
-dOptionalSMS provider description.
-fpnRequiredPhone number provided by Azure.
-epRequiredAzure endpoint.
-akRequiredAccess 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"