Audience Syncs
Create audience sync
Pushes a segment to a Meta custom audience and keeps it synced on a schedule. Provide segmentId for an existing segment or predefinedSegmentId for a ready-made template (for example zero-ltv, no-purchase-1y, recent-buyers); template segments are created automatically on first use. The first upload runs immediately. Audiences are add-only - subscribers who later leave the segment stay in the Meta audience. Requires the Meta Ads integration to be connected in the dashboard.
post/audience-syncs
Request body
Response
Audience sync created
Example response
{
"success": true,
"audienceSync": {
"id": "sync_abc123",
"segmentId": "seg_recent_buyers",
"segmentName": "Recent buyers",
"adAccountId": "act_1234567890",
"audienceName": "Sequenzy - Recent buyers",
"syncStatus": "idle"
}
}