import_contacts
Bulk-import up to 5,000 contacts in one call, updating existing addresses instead of duplicating. Returns per-row results so you can identify rejected rows and reasons.
Instructions
Bulk-import up to 5,000 contacts in one call. Existing addresses are updated rather than duplicated. Returns per-row results so you can see which rows were rejected and why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes | Contacts to import (max 5000) | |
| update_existing | No | Update contacts that already exist (default true) |