Send and receive SMS messages through your AI agent. Integrate with Twilio, Vonage, or other SMS providers to enable text-based conversations with your AI agent.
Provider-specific API keys
curl -X POST https://your-domain.com/api/integrations/webhook?integration_id=YOUR_INTEGRATION_ID \
-H "Content-Type: application/json" \
-d '{
"from": "+1234567890",
"to": "+0987654321",
"body": "Hello from SMS"
}'