---
title: "Receive Channel Message"
method: POST
path: "/api/kiwi-connections/channel-webhook/{token}"
tags: ["Kiwi Connections"]
---

# Receive Channel Message

`POST /api/kiwi-connections/channel-webhook/{token}`

PUBLIC endpoint: Receive forwarded channel messages from Kiwi.

Kiwi should be configured to forward incoming channel messages
(WhatsApp, Telegram, etc.) to this endpoint.

Expected body:
{
    "message": "text content",
    "from": "+15551234567" or "@username",
    "channel": "whatsapp",
    "timestamp": "2026-02-25T10:00:00Z",
    "media": [{"filename": "doc.pdf", "content": "base64...", "mime_type": "application/pdf"}]
}

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[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/revisions/718de1c0d866/schema)
