bulk_contact_import
Import multiple contacts at once by pasting text data. Analyzes text formats, maps contact attributes, checks for duplicates, and adds contacts to lists efficiently.
Instructions
Intelligent bulk contact import from pasted text - analyzes text, maps attributes, checks duplicates, and imports efficiently
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Pasted contact data (CSV, email list, mixed text format) | |
| listId | No | Optional: List ID to add contacts to | |
| updateExisting | No | Whether to update existing contacts | |
| dryRun | No | Preview the import without executing |