SmsSendRequest interface

Values used to configure Sms message

Properties

from

The sender's phone number in E.164 format that is owned by the authenticated account.

message

The contents of the message that will be sent to the recipient. The allowable content is defined by RFC 5724.

to

The list of recipient's phone number in E.164 format.

Property Details

from

The sender's phone number in E.164 format that is owned by the authenticated account.

from: string

Property Value

string

message

The contents of the message that will be sent to the recipient. The allowable content is defined by RFC 5724.

message: string

Property Value

string

to

The list of recipient's phone number in E.164 format.

to: string[]

Property Value

string[]