Import contacts into a list from JSON rows
Import recipients from JSON rows (the paste / CRM path) through the SAME normalize / validate / dedupe / scrub pipeline as the CSV import. columnMapping maps canonical fields to the keys present in each row object. Use this when you have the rows as JSON. To upload a CSV file instead, use importOutboundList (POST …/import) — same result, different input format.
Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The contact-list id to import into.