docs(mobile-phone-waterfall): add FAQ for diagnosing inaccurate phone numbers - #2302
Merged
Merged
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
August 26, 2026 14:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added a new FAQ entry to
docs/mobile-phone-waterfall.md: "Some of the phone numbers the waterfall is returning are wrong or outdated — how do I find out which provider is responsible?" The entry explains how to enable Output name of successful provider? to attribute each result to its source, and how to test providers individually (rather than nesting waterfalls) to evaluate accuracy side by side.Why
Intercom conversation #215475575114740 — an Enterprise customer (UpKeep, Abdullah Mamsa) was getting incorrect phone numbers from the Mobile Phone waterfall (specifically an Upcell-provided number that was outdated by ~10 years). He asked how to improve accuracy and which provider Clay recommends. Fin was not involved — the conversation went directly to a human support agent (Bo Morin).
Bo's answer covered two actionable steps:
The
mobile-phone-waterfall.mddoc already documents Output name of successful provider? as a setting under "Additional column settings" — but no section or FAQ explained why you'd use it or how it helps debug accuracy issues. A user or Fin reading the doc would see the option described but have no guidance connecting it to the accuracy troubleshooting workflow the support agent walked through.The existing open PRs on this file (#2029, #2030, #2285, #2297) address plan availability restrictions and run-condition/match-rate FAQs — none cover inaccurate/wrong phone numbers vs. missing phone numbers (fill rate).
Source link(s)
Output name of successful provider?confirmed live for all customers with no feature flag:/workspace/clay-base/apps/frontend/src/components/Waterfall/WaterfallSidebarSections/AdditionalFieldSection.tsx:17(UI toggle, unconditional),/workspace/clay-base/apps/frontend/src/components/Waterfall/WaterfallSidebar.tsx:508-509(state wired in, default off, user-togglable),/workspace/clay-base/libs/shared/src/WaterfallGroup.ts:44(API contract),/workspace/clay-base/apps/api/v3/tables/services/waterfall.service.ts:706-766(backend creates the field when enabled)Uncertainties
None. The Output name of successful provider? feature is confirmed PASS by the verifier with file:line evidence, no feature flags, and available to all customers. The "test providers individually" guidance is a general workflow recommendation from the support agent, not a product-behavior claim that requires verification. The specific "default waterfall order is balanced for credit vs. accuracy" phrasing from the support agent's reply was intentionally omitted because the verifier could not confirm this rationale in code — the FAQ instead describes the default waterfall as multi-provider coverage without making an unverifiable optimization claim.
Related observations
Closes DOC-2049