docs(mobile-phone-waterfall): add plan availability note (Launch+ required) - #2285
Merged
Merged
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
August 26, 2026 15:01
george-dilthey
force-pushed
the
docsbot/doc-2032-intercom-tag-0824-1107e598
branch
2 times, most recently
from
August 27, 2026 15:41
06b95b9 to
b447c54
Compare
Rebuilds the branch on main with its re-verified edit re-applied, clearing the stale-base merge conflict.
george-dilthey
force-pushed
the
docsbot/doc-2032-intercom-tag-0824-1107e598
branch
from
August 27, 2026 16:05
b447c54 to
2c86c49
Compare
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 Plan availability note to
docs/mobile-phone-waterfall.mdstating that the Mobile Phone waterfall requires the Launch plan or above and is not available on the Free plan or during the free trial period.Why
Intercom conversation #215475554762503 — a customer at an executive search firm (Ransom Group) asked how to find cell phone numbers for candidates. Fin incorrectly refused ("I'm sorry, but that's not something I'm able to help with under my policy"), triggering escalation. Human agent Aamish Samotra then provided two key answers:
The
mobile-phone-waterfall.mddoc had zero mention of plan availability. This means Fin had no way to answer "can I use phone enrichment on a free trial?" when retrieving content from that doc — it correctly describes the waterfall mechanics but was silent on who can access it. Thebuilding-a-data-waterfall.mdcovers trial plan restrictions for phone providers in its "Trial plan and provider restrictions" section, but the dedicated phone waterfall doc had nothing.Source link(s)
clay-base/libs/shared/src/billing/Billing.ts:92-93—getNewBillingPlanGate(BillingFeatureCategoryType.PHONE_NUMBER)returnsBillingPlanType.Launch;plan.ts:82-131— Free and all Trial plan variants do not overrideEnablePhoneNumberIntegrationsfrom itsfalsedefault;plan.ts:160,182,228,249,270,291,318— Launch and above all setEnablePhoneNumberIntegrations: trueUncertainties
None. The claim is confirmed by code (plan-level feature flag, not an Eppo gate) and corroborated by multiple Slack messages and the human support agent's direct reply.
Related observations
docs/find-people-overview.mdanddocs/finding-companies-and-people-in-clay.mdboth mention adding the phone waterfall as an enrichment step without noting the plan restriction. These are not contradictory (they don't say phone enrichment works on all plans), but adding a parenthetical plan note there could further help Fin. Out of scope for this PR.Closes DOC-2032