Description | : Sends a SMS message from a phone number that belongs to the authenticated account. |
Reference | : Link ¶ |
⚼ Request
POST:
/sms
{
SendMessageRequest:
{
,
from:
string
,
smsRecipients:
[
]
,
{
,
to:
string
,
repeatabilityRequestId:
string
,
repeatabilityFirstSent:
string
,
}
message:
string
,
smsSendOptions:
}
{
,
enableDeliveryReport:
boolean
,
tag:
string
,
deliveryReportTimeoutInSeconds:
integer
,
messagingConnect:
}
{
,
apiKey:
string
,
partner:
string
,
}
api-version:
string
,
}
⚐ Response (202)
{
value:
}
[
]
,
{
,
to:
string
,
messageId:
string
,
httpStatusCode:
integer
,
repeatabilityResult:
enum
,
successful:
boolean
,
errorMessage:
string
,
}