Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SmsClient

Package version

A SmsClient represents a Client to the Azure Communication Sms service allowing you to send SMS messages.

Hierarchy

  • SmsClient

Index

Constructors

Methods

Constructors

constructor

Methods

send

  • Sends a SMS from a phone number that is acquired by the authenticated account, to another phone number.

    Parameters

    • sendRequest: SendRequest

      Provides the sender's and recipient's phone numbers, and the contents of the message

    • Default value options: SendOptions = {}

      Additional request options

    Returns Promise<RestResponse>

Generated using TypeDoc