Skip to content

add-amazon-sms

Adds an SMS service for the Amazon SNS provider.

Syntax:

shell
sfiler-cli [options] add-amazon-sms [command options]
Command optionsRequired / OptionalDescription
-nRequiredName of new SMS provider.
-dOptionalSMS provider description.
-akiRequiredAmazon access key identifier.
-sakRequiredAmazon's secret access key.
-rRequiredAWS Region.

Example:

This command adds a new Amazon SMS service provider.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" add-amazon-sms -n "My Amazon SMS" -d "My Amazon SMS Description" -r "ca-central-1" -aki "MyAccess" -sak "MySecret"

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