docs(audiences): add FAQ for why users only see Sync to ad platforms in Send menu#1623
Open
george-dilthey wants to merge 2 commits into
Open
docs(audiences): add FAQ for why users only see Sync to ad platforms in Send menu#1623george-dilthey wants to merge 2 commits into
george-dilthey wants to merge 2 commits into
Conversation
…tforms Adds a new FAQ entry "Why do I only see 'Sync to ad platforms' when I click Send on my audience segment?" that covers: 1. CRM destinations need Export sync enabled to appear in the Send menu 2. The Bulk Enrich → Send to Table path for getting data into a Clay table Closes DOC-1231
…nd to table UX The Send menu is not affected by Export sync toggle (which is a background CRM write-back setting). Also corrects "Send to table" button terminology — the bulk enrichment IS the Clay table, accessed via "Open enrichment" card. Closes DOC-1231
Contributor
george-dilthey
marked this pull request as ready for review
July 17, 2026 20:42
This was referenced Jul 17, 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: "Why do I only see 'Sync to ad platforms' when I click Send on my audience segment?"The FAQ explains:
Why
Intercom conversation #215475098582728: Nick Cousin (Billtrust) asked "I'm trying to 'send' an audience to a new Clay table, but my only option visible within Clay is to send it to an 'ad platform'. Is this a permissions issue?" The question required a human support agent (Peter Johnston) to answer — Fin couldn't resolve it. This confirms the docs had no FAQ covering this scenario.
Research confirmed:
EnableAudiencesSendToWorkbook(default: off for new workspaces), so most new customers only see "Sync to ad platforms."Note: pre_pr_check flagged 12 open PRs on audiences.md. I evaluated each — all cover different sections (Salesforce field read-only rules, Databricks import, Signals, archiving behavior, etc.) and none adds a FAQ about the Send menu showing limited options or the Bulk Enrich → table path. This change is materially new to all 12.
Source link(s)
EnableAudiencesSendToWorkbookrationale): https://clay-hq.slack.com/archives/C08J4ENDYC9/p1782912488839069ExportsDropdown.tsx:283–335(Send menu has 4 actions, no CRM option);useAvailableExportActionsForSegment.ts:20–52(only 4 action variants);AudiencesBulkEnrichmentCard.tsx:197–204("Open enrichment" button links to table)Uncertainties
None. Both product behavior claims verified against code. The verifier corrected an initial wrong claim (that Export sync toggle affects the Send menu) before any incorrect text was merged — FAIL on attempt 1, then corrected, then re-verified as PASS.
Related observations
EnableAudiencesSendToWorkbookdefaults to OFF for new workspaces.audiences.md— all cover different sections and do not overlap with this change.Closes DOC-1231