hemera-twilio-sms
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Hemera SMS

Plugin for Twilio SMS

Examples

Setup

const FCM = require('hemera-twilio-sms');
// Code...
hemera.use(FCM, { account: '...', token: '...' });

Send Text Message

hemera.act({
	cmd: "CMD_SEND_SMS",
	topic: "TOPIC_TWILIO_SMS",
	payload: {
	    from: '...',
        to: '...',
        body: '...'
	},
}, function() {})

/hemera-twilio-sms/

    Package Sidebar

    Install

    npm i hemera-twilio-sms

    Weekly Downloads

    0

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • igor.olshevsky