post-crm-v4-objects-objtype-batch-create_create
Create multiple CRM objects in a single batch request, specifying the object type and properties for each record to streamline bulk operations.
Instructions
Create a batch of objects. REQUIRES body parameter with objects to create. Example: {body: {inputs: [{"properties": {"firstname": "John", "lastname": "Doe", "email": "john@example.com"}}]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of items | |
| objectType | Yes | Path parameter objectType |