Chat SDK adds Messenger adapter support (opens in new tab)
**Published:** May 8, 2026 | **Authors:** Ben Sabic, Josh Singh --- Chat SDK now supports Messenger as a chat adapter. Build agents that support messages, reactions, multimedia downloads, postback buttons, and direct conversations, with display names fetched automatically from user profiles. **lib/bot.ts** ```typescript import { Chat } from "chat"; import { createMessengerAdapter } from "@chat-adapter/messenger"; const bot = new Chat({ userName: "mybot", adapters: { messenger: createMesse...
Read the original article