From 227beb5608adaa2e9efe474316c5597589686ee0 Mon Sep 17 00:00:00 2001 From: aisling404 <211950534+aisling404@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:50:07 +0100 Subject: [PATCH] docs(adapters): add Telnyx as vendor-official adapter @telnyx/chat-sdk-adapter v0.1.0 is live on npm. Adapter is maintained by Telnyx in team-telnyx/telnyx-chat-sdk-adapter. Features: - Bidirectional SMS/MMS via Telnyx Messaging API - Ed25519-verified webhooks with replay protection - Automatic MMS upgrade when attachments have public URLs - Rate-limit handling and structured error parsing - Dedicated messaging profile support via messagingProfileId --- apps/docs/adapters.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/docs/adapters.json b/apps/docs/adapters.json index cf2b086f..4a14c349 100644 --- a/apps/docs/adapters.json +++ b/apps/docs/adapters.json @@ -172,6 +172,17 @@ "readme": "https://github.com/resend/resend-chat-sdk", "vendorOfficial": true }, + { + "name": "Telnyx", + "slug": "telnyx", + "type": "platform", + "community": true, + "description": "Bidirectional SMS/MMS adapter for Chat SDK with Ed25519-verified webhooks, automatic MMS upgrade, and dedicated messaging profile support via Telnyx.", + "packageName": "@telnyx/chat-sdk-adapter", + "author": "Telnyx", + "readme": "https://github.com/team-telnyx/telnyx-chat-sdk-adapter", + "vendorOfficial": true + }, { "name": "Zernio", "slug": "zernio",