Chat SDK Adds Support for X (Twitter) Adapter
·2026.07.14 08:46
Key point
Chat SDK has expanded its integration scope with Slack, Discord, and others by adding an X (Twitter) adapter.
Details
Chat SDK has launched a new X adapter, expanding support to X (Twitter) following Slack, Discord, GitHub, Teams, Telegram, and WhatsApp. This allows developers to build bots that work across multiple platforms with a single codebase.
Developers can use the X API v2 and X Activity API to implement bots that reply to public mentions or exchange direct messages (DMs). The adapter automatically handles CRC verification and webhook signature verification, and also provides OAuth token refresh functionality for long-running bots.
The currently supported features and precautions are as follows.
- Automatic responses can be set up for @mentions
- Like reactions are supported (currently the only reaction method)
- Since X does not support streaming, responses are posted after the task is completed
- Compliance with X's automation rules is required