Chat SDK adds Linq support
By Steven Van ·
The new adapter supports direct messages, group chats, bidirectional media, and iMessage tapback reactions.
Chat SDK, built by Vercel, now supports Linq through a new vendor-official adapter. Bots built on it can send and receive texts in both direct messages and group chats, with bidirectional media and native iMessage tapback reaction support.
The adapter maps each Linq chat to a Chat SDK thread, each text to a message, and each iMessage tapback to a reaction, so existing subscription, handler, post, and reaction code works the same as with any other Chat SDK adapter. Replies use the standard Chat SDK thread and message APIs, and webhooks are HMAC-verified with stable threading.
Fardeem Munir's earlier community contributions laid the groundwork for the adapter.