Skip to content
Sendora Cloud
Create account
2026-05-30 · Platform

Events — `experiment.assigned` + `kb.article_viewed` mirror-written to canonical bus

  • Feature flags — `recordEvaluation` now mirror-writes `experiment.assigned` event with `{ flagId, flagKey, value, ruleMatched }` properties + `{ userId, entityId }` context alongside the `flag_evaluations` insert. Workflows can now trigger on variant assignment; Analytics can join evaluations to downstream conversions.
  • Knowledge Base — public article-detail endpoint mirror-writes `kb.article_viewed` event with `{ articleId, articleSlug, title, categoryId }` properties + `{ user_agent, referer }` context next to the view-counter bump. Feeds Analytics top-articles, Audiences ("people who viewed billing article"), Automation triggers on KB engagement.
  • Both writes stay fire-and-forget so a counter blip can't tank the parent render. Two new categories in the canonical webhook taxonomy: `experiments` + `kb`.
  • Closes Wave 18 KB + Wave 21 Experiments honest-retract gaps on the missing event surface.