SecureCaller
Enter a phone number, API key, and a callback URL to receive an interactive call.
Configuration Required
To use this application, you need to set up environment variables in a .env.local file in the root of your project.
TWILIO_ACCOUNT_SID: Your Twilio Account SID.TWILIO_AUTH_TOKEN: Your Twilio Auth Token.TWILIO_PHONE_NUMBER: A Twilio phone number you own.API_KEY: A secret key to secure your API endpoint.
An external application (like sublime-nexa) must provide this API key and a TwiML callback URL to authenticate and handle the call logic.