← Back to catalog
twilio.send_sms
mock data$0.015 / callSend SMS
⚡ ACTION: Send SMS message to any phone number worldwide. Requires a Twilio phone number as sender. Returns message SID and delivery status. $0.0083/SMS US outbound (Twilio)
Input schema
torequired
stringRecipient phone number in E.164 format (e.g. "+14155551234")
bodyrequired
stringSMS message text (max 1600 chars, splits into multiple segments if >160)
fromrequired
stringSender phone number — must be a Twilio number you own (e.g. "+15551234567")
Call via REST
curl -X POST https://unifyapi.pro/api/call/twilio.send_sms \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"to":"<to>","body":"<body>","from":"<from>"}'