UNPKG

@tyntec/node-red-contrib-tyntec

Version:

[![](https://raw.githubusercontent.com/tyntec/node-red-contrib-tyntec/main/docs/logo.png)](https://tyntec.com)

11 lines (9 loc) 190 B
const smsPayload = function (from, to, message) { return { from, to, content: { text: message, contentType: 'text' }, channel: 'sms', }; }; module.exports = smsPayload;