// Name: Whatsapp Babe A Late Message
// Description: Send your babe a whatsapp templated mesage to let em know you're running late!
// Author: Taran "tearing it up" Bains
// GitHub: @tearingitup786
// Schedule: 0 14 * * *
import "@johnlindquist/kit"; // ScriptKit imports
// Import Twilio SDK
const twilio = await npm("twilio");
const phoneNumbers = await env(
"TWILIO_PHONE_NUMBERS",
"comma separated list of numbers: 131-131-1313,787-787-7878",
);
try {
const numbersToText = phoneNumbers.split(",");
// Your Twilio Account SID