# Chat SDK adds Dial support

> Source: <https://vercel.com/changelog/chat-sdk-adds-dial-support>
> Published: 2026-07-07 23:58:55.542973+00:00

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

Build bots that send and receive SMS, MMS, and iMessage on a real phone number, with bidirectional media and inbound voice-call transcripts. Replies use the standard Chat SDK thread and message APIs, with HMAC-verified webhooks and stable per-conversation threading.

Each phone conversation becomes a Chat SDK [thread](https://chat-sdk.dev/docs/api/thread). Texts and media arrive as messages on that thread, and when a voice call ends, its transcript appears there too. Subscriptions, handlers, posts, and per-thread state work the same as with any other Chat SDK adapter.

Read the [Dial](https://docs.getdial.ai/integrations/agent-clients/vercel-chat-sdk) documentation to get started.
