UnifyAPI
← Back to catalog

twilio.send_sms

mock data$0.015 / call

Send 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)

Communicationprovider: Twilio#twilio#communication

Input schema

torequired

Recipient phone number in E.164 format (e.g. "+14155551234")

string
bodyrequired

SMS message text (max 1600 chars, splits into multiple segments if >160)

string
fromrequired

Sender phone number — must be a Twilio number you own (e.g. "+15551234567")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.