- Initialize project
- Install dependencies (express, twilio, dotenv, etc.)
- Setup .env
- Create an Express server, define a sendMessage function or endpoint
- Use Twilio client (initialized with credentials) to send message (body, from, to)
Start server (say via npm run dev) and test by sending messages to verified phone number(s).