# Chat SDK adds Sendblue support

DevFeed: [Chat SDK adds Sendblue support](<https://devfeed.tech/articles/chat-sdk-adds-sendblue-support-845.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-sendblue-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: [SDKs](<https://devfeed.tech/topics/sdks.md>)

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

## AI overview

Chat SDK adds an official Sendblue adapter for bots that exchange iMessage, SMS, and RCS messages. It maps Sendblue conversations and inbound messages to Chat SDK threads and messages.

## Source excerpt

Chat SDK now supports Sendblue with the new vendor-official adapter. Build bots that send and receive iMessage, SMS, and RCS through Sendblue's hosted gateway, reaching people on the messaging apps they already use. Messages use iMessage-first delivery with support for automatic SMS and RCS fallback, tapbacks, typing indicators, and delivery status callbacks. The adapter maps each Sendblue conversation to a Chat SDK thread, tied to a specific phone line and contact (or group), and each inbound iMessage, SMS, or RCS message to a Chat SDK message. Read the Sendblue documentation to get started. Read more