Connectors Reference

Azure Communication Services SMS

Connector to send SMS using the phone numbers from Azure Communication Services in your subscription

 

Status: Preview

Tier: Premium

Version: 1.0

 

Actions:

Name

Summary

ListPhoneNumbers ()

List the phone numbers

SendSMS (SendSMSParameterBody body)

Send SMS

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

ListPhoneNumbersResponseItem

 

SendSMSParameterBody

 

SendSMSResponse

 

 

Actions:

ListPhoneNumbers

Summary: List the phone numbers

Description: List the phone numbers in your Azure Communication Services resource

 

Syntax:

AzureCommunicationServicesSMS.ListPhoneNumbers ()

 

Returns:

          Type:array of (ListPhoneNumbersResponseItem)

 

SendSMS

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

SendSMSParameterBody

 

 

True

 

Returns:

          Type:SendSMSResponse

 


 

ListPhoneNumbersResponseItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

phoneNumber

string

phoneNumber

 


 

SendSMSParameterBody

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

SendSmsOptions

 

 

 

SendSmsOptions

Summary:

Description:

 

          Properties:

Name

Type

Summary

enableDeliveryReport

boolean

DeliveryReport

Delivery receipts are sent over event subscriptions in your Azure Communication Services

 


 

SendSMSResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

messageId

string

 

Unique identifier for the message sent