Chat SDK adds Linq support
Chat SDK adds Linq support through a new vendor-official adapter enabling bots to send and receive messages with media and iMessage reactions.
Chat SDK now supports Linq with the new .vendor-official adapter Build bots that send and receive texts in both direct messages and group chats, with bidirectional media and native iMessage tapback reaction support. Replies use the standard Chat SDK thread and message APIs, with HMAC-verified webhooks and stable threading.
The adapter maps each Linq chat to a Chat SDK thread, each text to a message, and each iMessage tapback to a reaction, so subscriptions, handlers, posts, and reactions work the same as with any other Chat SDK adapter. Read the documentation to get started.Linq Read more
- vercel.comChat SDK adds Linq supportprimary