bulk_create_contacts
Create multiple contacts in one request by providing an array of objects with firstName, lastName, email, phone, tags, and notes. Use for bulk importing contact lists.
Instructions
Bulk-create contacts (e.g. a CSV import). Each item like the create_contact body: {"firstName","lastName","email","phoneNumber","tags","notes"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes |