Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SmsClient

Class used for SMS sending.
SMS are sent by twilio.

Hierarchy

  • SmsClient

Constructors

Methods

Constructors

constructor

Methods

send

  • send(recipient: string, message: string): Promise<string>
  • Sends sms.

    Parameters

    • recipient: string

      Telephone number of the recipient.

    • message: string

      Message to be sent.

    Returns Promise<string>

    Delivery status.