Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendMessageRequest

Package version

Represents the properties of a send message request.

Hierarchy

  • SendMessageRequest

Index

Properties

from

from: string

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

message

message: string

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

Optional sendSmsOptions

sendSmsOptions: SendSmsOptions

to

to: string[]

The recipients' phone number in E.164 format. In this version, only one recipient in the list is supported.

Generated using TypeDoc