Skip to main content
Back to blog

This week in Orbit — previewing Q4 2026

Q3 closed with three monthly release-notes installments and a second quarterly review, so this post looks ahead at Q4 2026 and sets the operator agenda for it, grounded only in what shipped between August and October 2026.

Orbit Editorial Team

Q3 2026 closed with the full cadence running: a monthly release-notes installment each for August, September, and October, plus a second quarterly review. Q4 started on October 1, and this post is the forward look at it. Everything it is based on is already live; the forward part stays clearly labeled and carries no dates.

What shipped this quarter

Each item below is live today and traces to a dated entry on the changelog.

  • WhatsApp Flows validate on first upload. Every new flow, whether drafted with AI Generate, built in the visual editor, started from a template, or pasted as raw JSON, now emits the schema version Meta's servers accept, and the version is pinned again at upload so an old draft cannot reintroduce a stale one. The "Flow JSON version is not supported" error that blocked the create-to-publish path is gone.
  • Quiet-hours policy is a settings API. The recipient-local send windows that gate outbound sends are readable and writable through workspace settings, with the effective window resolved per channel, so organizations managing compliance configuration in code no longer click through the dashboard.
  • Video waiting rooms are localized end to end. Rooms running at capacity handle the waiting queue deliberately, and the full lobby flow — lists, capacity labels, kick-ban control — reads correctly in every supported language. Guests who hit a full meeting get an honest, translated message instead of a generic error.
  • PII vault console groups a batch. Sealed envelopes from a reversible tokenize run now group by identifier type, so a whole batch detokenizes in one call instead of one envelope at a time.
  • Multi-WABA deep links resolve the right account. On a workspace with more than one WhatsApp Business account connected, a bookmarked or external link carrying a WABA id opens that exact account, and a link pointing at an account you do not have connected says so instead of showing a silent empty inbox.

What comes next (Preview)

This is the forward look, and it is Preview only. Preview means under active development, not generally available, with no dated promise attached. Anything here that ships will appear first on the changelog and then in the monthly installment for its month.

The four pillars keep their established directions as the working agenda for Q4.

  • Messaging: deepen the Flows authoring path now that every authoring route publishes cleanly. Likely direction: validation and versioning feedback closer to the editor, and a smoother path from draft to published flow.
  • Compliance: more of the policy surface scriptable. The quiet-hours settings API is the first policy document exposed this way; the natural continuation is the same treatment for the adjacent compliance controls operators currently manage by hand.
  • Data: the PII vault console's batch flow extends toward smoother sealed-envelope handling at scale.
  • Video: waiting-room behavior keeps maturing around host control and localization coverage.

None of this is committed scope. The only commitments in this post are the shipped list above and the cadence itself; the rest of this section is where current shipped work points, written so a reader can hold us to the distinction.

Operator takeaways

Three controls from Q3 are worth putting on your Q4 checklist now.

  • Read your quiet-hours policy in code. GET /settings/compliance/quiet-hours returns the policy document and the effective window per channel; PATCH /settings/compliance/quiet-hours replaces it. The policy is tenant-owned and opt-in per channel, so audit it the same way you audit the rest of your configuration. The quiet hours guide covers the document shape.
  • Cut your detokenize loops. In the PII vault console (Integrations → CDP → PII vault), copy a whole identifier-type group and paste it into the Detokenize pane to open a batch in one call. The PII vault guide covers the console flow.
  • Rule on the signals that move an account. Insights → Usage alert rules runs the alert engine the API already exposed: threshold or anomaly rules on SMS delivery rate, outbound volume, and spend, with an in-app notification on breach and an evaluate-now button. The usage anomaly alert rules guide walks through a first rule.

Where to follow the quarter

The announcements hub collects the cadence in one place: monthly release notes, quarterly reviews, and the announcements that matter, each resolved to the docs. Between installments the per-release record stays on the changelog; anything that ships in Q4 lands there first, then in the monthly installment, then in the quarterly review that closes the year.

This week in Orbit — previewing Q4 2026 — Orbit by Devotel