import_contacts
Import contacts in bulk from CSV data. Each row requires an email column; optional fields include name and tags. Optionally update existing contacts and apply tags to all imported contacts.
Instructions
Bulk import contacts from CSV data. Each row should have at minimum an email column. Tags can be applied to all imported contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names to apply to all imported contacts | |
| apiKey | No | Send16 API key (overrides SEND16_API_KEY env var) | |
| csvData | Yes | CSV string with headers. Required column: "email". Optional: "firstName", "lastName", "tags" (comma-separated within quotes) | |
| updateExisting | No | Whether to update contacts that already exist |