AppAutoGtm

Byol Import Leads

Bring-your-own-leads (T-44): import a self-contained CSV into a new created_by='import' campaign — leads inserted directly from the provided fields (never gated on our CH base), enriched from our base where possible, emails verified (free), deduped, then AUTO-APPROVED into outreach.

Streams NDJSON progress events so the import screen shows live progress instead of a frozen spinner (verification is the slow step): {"type":"progress","stage":"verifying","done":42,"total":100} then a terminal {"type":"result", ...} or {"type":"error","detail":...}.

Feature flag: the UI entry is gated by byol_import (default off, toggled on /feature-flags). The flag is the rollout control; this endpoint just requires an authenticated org member.

post/api/app-auto-gtm/leads/byol-import

Cookies

ex_accessstring nullable
ex_orgstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/app-auto-gtm/leads/byol-import:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.