Plugin for Twilio SMS
const FCM = require('hemera-twilio-sms');
// Code...
hemera.use(FCM, { account: '...', token: '...' });
hemera.act({
cmd: "CMD_SEND_SMS",
topic: "TOPIC_TWILIO_SMS",
payload: {
from: '...',
to: '...',
body: '...'
},
}, function() {})