docs(using-clay-in-chatgpt): update provider count from 150+ to 200+#1543
Merged
george-dilthey merged 1 commit intoJul 13, 2026
Merged
Conversation
Contributor
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
Updated the provider count from "150+" to "200+" in two places in
docs/using-clay-in-chatgpt.md: the intro paragraph and the FAQ answer for "What data sources does Clay use in ChatGPT?"Why
Triggered by a Webflow
collection_item_publishedwebhook for https://university.clay.com/docs/using-clay-in-chatgpt. The only diff between the previously-seen upstream state and the current upstream state is the provider count changing from "150+" to "200+" in those two locations. The local doc had "150+" in both places. PR #1530 (also open on this file) does not include this provider-count update.Source link(s)
find /workspace/public-actions/apps -maxdepth 1 -type d | wc -l→ 243 provider subdirectories inpublic-actions/apps/; "200+" is accurate and conservative. Slack context (#team-gtm, 2026-07-10): "i was told 240 data providers in our market place rn" — consistent with 243 found in code.Uncertainties
None — the delta is a straightforward number correction, verified against the codebase (243 providers in
public-actions/apps/).Related observations
PR #1530 is also open on
docs/using-clay-in-chatgpt.mdfrom an earlier webhook today. That PR covers different upstream deltas (step numbering, company search rollout note, best-practices wording) and does not include the provider count update. A reviewer should reconcile both PRs at merge time to avoid conflicts.Closes DOC-1134