1.0.0 • Published 3 years ago

@sqrtthree/sms v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sms

Ali Cloud sms api for Node.js

Install

npm install @sqrtthree/sms

Usage

import SmsService from '@sqrtthree/sms'

const sms = new SmsService('id', 'key', 'sign name', {
  debug: true,
  mock: true,
})

sms.sendSms(templateCode: string, phoneNumbers: string | string[], templateParams?: Record<string, string | number>, options?: Record<string, string>)

sms.sendBatchSms(templateCode: string, phoneNumbers: string[], templateParams?: Record<string, string | number>[], options?: Record<string, string>)

See help.aliyun.com/document_detail/102715.html to get more details.


sqrtthree.com  ·  GitHub @sqrthree  ·  Twitter @sqrtthree