# Chat SDK adds Kapso support

DevFeed: [Chat SDK adds Kapso support](<https://devfeed.tech/articles/chat-sdk-adds-kapso-support-836.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-kapso-support>)

Author: Ben Sabic

Published: 2026-06-22T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [apis](<https://devfeed.tech/tags/apis.md>), [support](<https://devfeed.tech/tags/support.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

## AI overview

Chat SDK adds an official Kapso adapter for connecting bots to WhatsApp. The adapter maps WhatsApp conversations and inbound messages to Chat SDK threads and messages, and supports interactive and media message features.

## Source excerpt

Chat SDK now supports Kapso with the new vendor-official adapter. 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 documentation to get started. Read more