---
title: "Handle Inbound Sms"
method: POST
path: "/twilio-webhook/sms"
tags: ["twilio-webhook"]
---

# Handle Inbound Sms

`POST /twilio-webhook/sms`

Handle inbound SMS/MMS messages from Twilio.

Validates the signature and the field shapes, then stores the payload and
queues it. Everything else — org resolution, spam, media, the agent — runs in
the inbound worker against the stored row.

Failures are NOT swallowed: if the payload cannot be stored, Twilio gets a 500
rather than an empty TwiML that pretends the message was handled.

## Response `200`

Successful Response

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
