Share via


az communication sms

Note

This reference is part of the communication extension for the Azure CLI (version 2.59.0 or higher). The extension will automatically install the first time you run an az communication sms command. Learn more about extensions.

Commands to manage SMS for a Communication Service resource.

Commands

Name Description Type Status
az communication sms send

Sends an SMS from the sender phone number to the recipient(s) phone number(s).

Extension Preview
az communication sms send-sms

Sends an SMS from the sender phone number to the recipient(s) phone number(s).

Extension Deprecated

az communication sms send

Preview

This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Sends an SMS from the sender phone number to the recipient(s) phone number(s).

az communication sms send --message
                          --recipient
                          --sender
                          [--connection-string]

Examples

Send sms

az communication sms send --sender "+1833xxxxxxx" --recipient "+1425xxxxxxx" "+1426xxxxxxx" "+1427xxxxxxx" --message "Hello there!!"

Required Parameters

--message

The message in the SMS.

--recipient

The recipient(s) of the SMS.

--sender

The sender of the SMS.

Optional Parameters

--connection-string

Communication connection string. Environment variable: AZURE_COMMUNICATION_CONNECTION_STRING.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az communication sms send-sms

Deprecated

This command has been deprecated and will be removed in a future release. Use 'send' instead.

Sends an SMS from the sender phone number to the recipient(s) phone number(s).

az communication sms send-sms --message
                              --recipient
                              --sender
                              [--connection-string]

Examples

Send sms

az communication sms send-sms --sender "+1833xxxxxxx" --recipient "+1425xxxxxxx" "+1426xxxxxxx" "+1427xxxxxxx" --message "Hello there!!"

Required Parameters

--message -m

The message in the SMS.

--recipient -r

The recipient(s) of the SMS.

--sender -s

The sender of the SMS.

Optional Parameters

--connection-string

Communication connection string. Environment variable: AZURE_COMMUNICATION_CONNECTION_STRING.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.