Skip to content

drift: audit vs current vendor docs (2026-04-16) — vendor sunset #81

Description

@productdevbook

Summary

Drift is being officially sunset by Clari + Salesloft (announced 2026-03-06, ~60-90 day customer wind-down) — wrapper should be marked deprecated and the live API gaps below largely become migration concerns.

Gaps found

Missing API surface

Events not bridged

Config options not exposed

  • drift.config({ locale, enableWelcomeMessage, enableCampaigns, enableChatTargeting, backgroundColor, foregroundColor, autoAssignee, inboxId, cookieDomain, disableNewConversations, verticalOffset, horizontalOffset, messages: { welcomeMessage, awayMessage, thankYouMessage, emailCaptureMessage } }) — none of these are surfaced; in particular locale (we accept it on pageView and drop it) and cookieDomain matter for cross-subdomain identity — https://devdocs.drift.com/docs/widget-configuration

Deprecations in our current code

Vendor product status

  • Drift is being sunset. Clari + Salesloft announced the gradual sunset on 2026-03-06; existing customers have ~60–90 days before contract/access ends. Drift was taken offline in Sept 2025 after the Salesloft OAuth breach affecting 700+ orgs. Recommend marking ahize/drift as @deprecated in JSDoc, adding a console warn on load(), and skipping further API parity work in favor of a migration note. — https://www.salesloft.com/company/newsroom/salesloft-acquires-drift

Intentionally out of scope

  • Agent-side / admin / Conversation API surfaces.
  • Region/self-hosted endpoints (Drift docs list none beyond js.driftt.com).
  • Building a 1mind successor adapter (separate work item if desired).

Sources

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions