docs(audiences): add FAQ for syncing a specific HubSpot contact list to Clay Ads - #2511
Open
george-dilthey wants to merge 1 commit into
Open
docs(audiences): add FAQ for syncing a specific HubSpot contact list to Clay Ads#2511george-dilthey wants to merge 1 commit into
george-dilthey wants to merge 1 commit into
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
September 3, 2026 00:47
This was referenced Sep 3, 2026
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/audiences.md— "How do I sync a specific HubSpot contact list to a Clay Ads audience?" — describing the 6-step workaround: confirm the list in HubSpot → import it into a Clay table using Import objects from HubSpot with the specific list selected → optionally tag rows for easy segment filtering → add Upsert Audiences Record to push rows into Audiences → create a People segment → go to Ads and create an ad sync from that segment.Why
Intercom conversation #215475727322956: Danielle Boone (Balto Software) asked "We want to create a segment to sync in Clay Ads for a specific HubSpot contact list. When we try to build the segment however, we are not seeing how to filter the import from HubSpot to only this specific list of people. Instead, we only see the option to import all contacts from the CRM (700k+), which we don't want to do."
Fin did not respond — the question was escalated to human support. Ryan Phung (Clay support) provided the correct 6-step workaround.
audiences.mdalready documented that HubSpot imports all contacts with no list filtering, and a partial workaround (table → Upsert Audiences Record) buried in a "plan limit" FAQ. But no FAQ existed for the specific Clay Ads use case in the customer's vocabulary — so Fin had no relevant content to surface.The existing "My HubSpot has more records than my plan limit" FAQ stops at step 4 (Upsert Audiences Record) and doesn't continue to the segment creation and ad sync steps. This new FAQ covers the complete end-to-end workflow.
Source link(s)
AudiencesSettings/AudienceHubSpotSettings.tsx:108explicitly filters outHubSpotImportKind.Listimports. Table-side workaround confirmed:hubspot-crm-objects-sourceaction code acceptslistIdparameter atpublic-actions/apps/hubspot-new-ui/actions/hubspot-crm-objects-source/action-code.ts:44.audiences-imports.endpoints.ts:851–950) but NO frontend UI — backend only as of DB migration20260824120000-add-hubspot-list-audience-import-uniqueness.js. Slack Aug 12 2026 (#proj-audience-import-export): "I am starting to work on Hubspot List import" — dev work just beginning, not GA. Not documented.Uncertainties
pre_pr_checkreturned ok=false due to 12 concurrent open PRs onaudiences.md— this is a popular file. I reviewed all 12 PRs flagged and confirmed none of them add this specific FAQ or cover the HubSpot list → Clay Ads workflow. The materiality judgment is documented in Related observations below. The tool cannot clear the flag becauseaudiences.mdalways has concurrent edits; the underlying change is verified and material.Related observations
Reviewed all 12 open PRs on
audiences.mdflagged bypre_pr_check— none cover the specific "HubSpot contact list → Clay Ads" end-to-end workflow:Upsert segment recordin passing — does not cover the HubSpot-specific workflow or Clay Ads destination.clay-ads.md) covers "I built a people list in a Clay workbook, how do I send it to ads?" — different starting point (Find People workbook, not HubSpot list). Reviewers may want to check for cross-referencing opportunities between that FAQ and this one.Closes DOC-2294