const TxnHog = require('txnhog');
var hog = new TxnHog('your-api-key-here');
messageId: 'this-message-id', // this is the id of the message template you created on txnhog
start: "Tuesday the 5th",
trainer: "Carlton Lassiter",
let send = await hog.SendMessage(obj);