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.

Send SMS

curl -s -X POST "$SAAS_API_URL/api/messaging/sms" \
  -H "Authorization: Bearer $SAAS_API_KEY" \
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026