---
title: "Whatsapp Webhook"
method: POST
path: "/api/whatsapp/webhook"
tags: ["WhatsApp AI"]
---

# Whatsapp Webhook

`POST /api/whatsapp/webhook`

PUBLIC endpoint: Receive incoming WhatsApp messages from Twilio.

Twilio posts form data with From, To, Body, MessageSid, etc.
We return immediately (Twilio 15s timeout) and process in background.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
