This is an app that uses express and Bandwidth to auto-respond to incoming texts and calls.
- Bandwidth Account
- NodeJS v8+
- Ngrok (or similar) to receive callbacks
This application requires a few environment variables
Env Var | Description | Example |
---|---|---|
BANDWIDTH_PHONE_NUMBER |
Phone number to send calls and texts | +19198281234 |
BANDWIDTH_USER_ID |
Your API UserId | u-abc123 |
BANDWIDTH_API_TOKEN |
Your API Token | t-abc123 |
BANDWIDTH_API_SECRET |
Your API Secret | abc123 |