Bulk-create contacts
bulk_create_contactsCreate many contacts in a single import by providing an email or phone number for each. Supports up to 1000 contacts per call.
Instructions
Create many contacts in one import. Each needs email or phoneNumber. A call accepts up to 1000 contacts and the endpoint is limited to 3 calls per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Created contacts, when the API returns a plain list | |
| failed | No | Rows that were rejected, with the reason | |
| created | No | Created contacts or their count |