Skip to main content
POST
/
api
/
webhook
/
twilio
/
sms
Handle inbound SMS webhook (Twilio)
curl --request POST \
  --url https://your-instance.example.com/api/webhook/twilio/sms \
  --header 'Content-Type: application/json' \
  --data '
{
  "From": "<string>",
  "To": "<string>",
  "Body": "<string>",
  "MessageSid": "<string>",
  "NumMedia": "<string>",
  "MediaUrl0": "<string>",
  "MediaContentType0": "<string>"
}
'
{}

Body

application/json
From
string
To
string
Body
string
MessageSid
string
NumMedia
string
MediaUrl0
string
MediaContentType0
string

Response

Webhook accepted

Generic response envelope. Endpoint-specific fields are intentionally open.