Chat SDK adds Dial support
Chat SDK now supports Dial, enabling bots to send and receive SMS, MMS, and iMessage on real phone numbers with bidirectional media and voice-call transcripts. Phone conversations are integrated as Chat SDK threads with standard message APIs, webhooks, and per-conversation state management.
Chat SDK now supports Dial with the new .vendor-official adapter
Build bots that send and receive SMS, MMS, and iMessage on a real phone number, with bidirectional media and inbound voice-call transcripts. Replies use the standard Chat SDK thread and message APIs, with HMAC-verified webhooks and stable per-conversation threading.
Each phone conversation becomes a Chat SDK . Texts and media arrive as messages on that thread, and when a voice call ends, its transcript appears there too. Subscriptions, handlers, posts, and per-thread state work the same as with any other Chat SDK adapter.thread
Read the documentation to get started.Dial
Source: original entry ↗