post-crm-v3-objects-objtype-batch-create_create
Batch-create CRM objects for any object type. Supply an array of inputs with property values to create multiple records in one API call.
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 |