# Chat SDK adds Kapso support

> Source: <https://vercel.com/changelog/chat-sdk-adds-kapso-support>
> Published: 2026-06-22 14:00:00+00:00

Chat SDK now supports Kapso with the new [vendor-official adapter](https://chat-sdk.dev/adapters/vendor-official/kapso).

Kapso connects your bot to WhatsApp through its hosted platform, handling the WhatsApp Business setup, credentials, and webhooks so you can focus on your bot's logic. Replies use the standard Chat SDK thread and message APIs, with support for buttons and cards, media, reactions, contacts, and conversation history.

The adapter maps each WhatsApp conversation to a Chat SDK thread, tied to a specific phone number and contact, and each inbound WhatsApp message to a Chat SDK message.

Read the [Kapso](https://docs.kapso.ai/docs/whatsapp/chat-sdk) documentation to get started.
