Skip to main content
POST
Handle inbound SMS webhook (Twilio)

Body

application/json
From
string

Sender phone number in E.164 (e.g. +14165550100).

To
string

Tether-provisioned Twilio number that received the message.

Body
string

SMS/MMS text content.

MessageSid
string

Twilio-assigned message identifier (SM… for SMS, MM… for MMS).

NumMedia
string

Count of attached media items as a string; 0 for plain SMS.

MediaUrl0
string

URL of the first media attachment (Twilio CDN); additional MediaUrlN fields appear when NumMedia > 1.

MediaContentType0
string

MIME type of the first media attachment, e.g. image/jpeg.

Response

Empty TwiML response acknowledging receipt. Tether handles persistence + automation server-side; Twilio expects empty TwiML.

The response is of type string.