import_contacts
Bulk import contacts from a CSV string. Required columns: "phone", "name". Any additional columns become custom fields. Optional tag is applied to all imported contacts. Returns { total, created, updated, failed, errors }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag applied to every imported contact | |
| source | No | ||
| csv_data | Yes | Raw CSV including header row |