contacts_batch_create
Bulk create Google Contacts in one request by providing an array of contact objects with name, email, phone, organization, and title fields.
Instructions
Create multiple contacts at once. Each dict: {givenName, familyName, email, phone, organization, title}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contacts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |