Changelog

API Changelog

Track every change, improvement, and new feature added to the Conferbot API.

v1.1.0

Mobile SDKs & IntegrationsJuly 16, 2026
Added
  • Mobile SDK documentation - Android (Kotlin, Maven Central), iOS (Swift, SPM + CocoaPods), Flutter (pub.dev), and React Native (npm)
  • Floating chat bubble (FAB), server-driven theming, live agent handover, offline queueing, and push notification guides for all four mobile SDKs
  • Platform integrations documentation - web widget embed snippet plus nine official modules: WordPress, Shopify, BigCommerce, Wix, Joomla, Magento, OpenCart, Ecwid, and PrestaShop
  • Dedicated guide pages for every mobile SDK (/docs/mobile-sdks/android, ios, flutter, react-native) with full install, identity, theming, and troubleshooting coverage
  • Dedicated guide pages for the web widget and each platform module (/docs/integrations/web-widget, wordpress, shopify, bigcommerce, wix, joomla, magento, opencart, ecwid, prestashop)
  • Live demo recordings and screenshots for the mobile SDKs and platform modules
  • Public demo bot for evaluating SDKs and integrations without an account

v1.0.0

Initial ReleaseMay 26, 2026
Added
  • External API with API key authentication
  • List chatbots, get chatbot details
  • List and get chatbot responses with pagination and date filtering
  • Chatbot analytics with daily breakdowns
  • Webhook subscriptions — create, list, delete via API
  • HMAC-SHA256 webhook signature verification
  • Automatic webhook retry with exponential backoff (30s, 2m, 8m)
  • Auto-disable webhooks after 10 consecutive failures
  • API usage tracking endpoint with plan-based limits
  • Rate limiting: 60 requests/minute per API key
  • Webhook events: response.created, response.updated, conversation.started, conversation.completed
  • Delivery logs retained for 30 days
  • Developer portal with interactive documentation