saas-telephony
Installation
SKILL.md
SaaS Telephony
Make voice calls and send text messages through the ThinkFleetBot SaaS API.
Check If Telephony Is Enabled
# Check agent's telephony status
curl -s "$SAAS_API_URL/api/agents/me/telephony" \
-H "Authorization: Bearer $SAAS_API_KEY" | jq '{enabled: .enabled, phone_number: .phone_number, capabilities: .capabilities}'
If enabled: false, telephony is not configured for this agent. Do not attempt calls or messages.