post-crm-v3-properties-objtype-batch-create_create
Create multiple custom properties for a specified HubSpot object type in one batch request. Define properties with name, label, type, field type, and group.
Instructions
Create a batch of properties. 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 |