Changelog

API Changelog

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

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