Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SMSClient

SMS client interface

Hierarchy

  • SMSClient

Index

Methods

Methods

sendByName

  • sendByName(templateName: string, to: string, msg: string): Response
  • parama

    msg template parameters, for example: "["1234","congratulations"]"

    Parameters

    • templateName: string

      sms template name in connector

    • to: string

      receiver

    • msg: string

    Returns Response