add-azure-sms
Adds an SMS service for the Azure Communication Service provider.
Syntax:
shell
sfiler-cli [options] add-azure-sms [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | Name of new SMS provider. |
-d | Optional | SMS provider description. |
-fpn | Required | Phone number provided by Azure. |
-ep | Required | Azure endpoint. |
-ak | Required | Access 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