0.1.1 • Published 6 days ago

@teleflow/isend-sms v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Teleflow iSend SMS Provider

iSend sms provider library for @teleflow/node

Usage

import { ISendSmsProvider } from '@teleflow/isend-sms';

const provider = new ISendSmsProvider({
  // (Required) Get an API token from https://send.com.ly/
  apiToken: process.env.ISENDSMS_API_TOKEN,

  // (Optional) The sender id provided by iSend
  from: process.env.ISENDSMS_SENDER_ID,

  // (Optional) Either 'unicode' or 'plain'
  contentType: process.env.ISENDSMS_MSG_TYPE,
});
0.1.1

6 days ago