
Connector to send SMS using the phone numbers from Azure Communication Services in your subscription
|
Status: Preview |
Tier: Premium |
Version: 1.0 |
|
Name |
Summary |
|
List the phone numbers |
|
|
Send SMS |
|
Name |
Summary |
|
Name |
Summary |
|
|
|
|
|
|
|
|
Summary: List the phone numbers
Description: List the phone numbers in your Azure Communication Services resource
Syntax:
AzureCommunicationServicesSMS.ListPhoneNumbers ()
Returns:
Type:array of (ListPhoneNumbersResponseItem)
Summary: Send SMS
Description: Sends SMS using the phone numbers in your Azure Communication Services
Syntax:
AzureCommunicationServicesSMS.SendSMS (SendSMSParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
body |
|
|
True |
Returns:
Type:SendSMSResponse
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
phoneNumber |
string phoneNumber |
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
from |
string From Phone Number |
Phone number from your Azure Communication Services |
|
to |
array of (string) To |
Valid phone number +(countryCode)(phoneNumber) |
|
message |
string Message |
Message to be sent |
|
sendSmsOptions |
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
enableDeliveryReport |
boolean DeliveryReport |
Delivery receipts are sent over event subscriptions in your Azure Communication Services |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
messageId |
string
|
Unique identifier for the message sent |