goex-gupshup
v1.0.0
Published
WhatsApp Gupshup SDK for Node.js and React
Readme
goex-gupshup
Simple WhatsApp SDK for Gupshup API.
Install
npm install goex-gupshup
Usage
import Gupshup from "goex-gupshup"
const client = new Gupshup({
apiKey:"API_KEY", source:"15557661628", appName:"APP_NAME"
})
await client.templates.send({
destination:"919999999999", templateId:"template-id",
params:["param1","param2"]
})
