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

# Handle Inbound Sms

`POST /sms/webhook/inbound`

Handle inbound SMS messages from Twilio.

Currently routes to:
- Info request opt-in flow: If the sender has a pending_opt_in info request,
  and the message matches an affirmative reply, transition to pending_submission
  and send the link SMS.

Returns empty TwiML response to Twilio.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
