import_prospects_from_csv
Import up to 1000 prospects from a CSV string, using skip or overwrite dedup to match emails or URLs, while respecting do-not-contact filters and reporting counts per row.
Instructions
Import prospects from a canonical CSV string. Returns inserted, overwritten, skipped, errors, skippedDetails [{row, name, reason}], and errorDetails. dedupPolicy 'overwrite' refreshes prospects matched by email, contactFormUrl, or platformUrl and re-links them, but domain-only matches skip as already_in_project and do_not_contact rows are always skipped; doNotContact is a one-way ratchet on overwrite (true sets it, false/absent never clears). Max 1000 data rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csvText | Yes | Full CSV text including header row. | |
| projectId | No | Project name or ID; omit to save prospects tenant-only (no project link). | |
| dedupPolicy | No | skip |