Getting Started With Elarian Bulk SMS API for Node.js Developers
By Ian Githungo
Elarian provides infrastructure for building reactive, scalable applications fast. At its core, Elarian is a customer data and automation platform, even as you perform basic actions such as sending messages or handling payments; this ...
elarian.hashnode.dev3 min read
Brian Nganga
Full Stack Developer • Aspiring Astronaut • I love music & robots
Replace
const client = new Elarian({ appId: process.env.APP_ID, orgId: process.env.ORG_ID, appId: process.env.APP_ID, });with
const client = new Elarian({ apiKey: process.env.API_KEY, orgId: process.env.ORG_ID, appId: process.env.APP_ID, });and
with