telnyx-ai-outbound-voice-python
Installation
SKILL.md
Telnyx AI Outbound Voice Calls - Python
Make an AI assistant call any phone number. This skill covers the complete setup from purchasing a number to triggering the call.
Installation
pip install telnyx requests
Setup
import os
from telnyx import Telnyx
client = Telnyx(api_key=os.environ.get("TELNYX_API_KEY"))
Related skills