twilio-voice-twiml
Installation
SKILL.md
Overview
TwiML is XML that Twilio executes during a call. Your server returns a TwiML document in response to a Twilio webhook POST, and Twilio executes it.
Caller → Twilio → POST to your webhook → Your server returns TwiML → Twilio executes it
Prerequisites
- Twilio account with a voice-capable phone number
— New to Twilio? See
twilio-account-setup - Webhook endpoint returning TwiML with
Content-Type: text/xml - SDK (for programmatic generation):
pip install twilio/npm install twilio