Bulk-import contacts from CSV
Contacts
Bulk-import contacts from CSV
Parse a raw CSV string and upsert the rows as contacts (≤ 1000). By default each column header maps to a field of the same name (email is required); pass mapping to remap columns explicitly. Rows with a missing/invalid/disposable email are SKIPPED (counted in summary.skipped), not errored. Returns the same { summary, fieldsCreated, errors, warnings } as batch-create — 207 when some rows fail validation.
POST
Bulk-import contacts from CSV
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.