Skip to content

add-azure-sms

Adds an SMS service for the Azure Communication Service provider.

Syntax:

shell
sfiler-cli [options] add-azure-sms [command options]
Command optionsRequired / OptionalDescription
-nRequiredName of new SMS provider.
-dOptionalSMS provider description.
-fpnRequiredPhone number provided by Azure.
-epRequiredAzure endpoint.
-akRequiredAccess key value.

Example:

This command adds a new Azure SMS service provider.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" add-azure-sms -n "My Azure SMS" -d "My Azure SMS Description" -fpn "+1234567890" -ep "endpoint" -ak "accessKey"

Executing this command will add a new SMS service provider. For detailed help on Azure's SMS service, please consult the following topic : Azure SMS