post-crm-v4-objects-objtype_objtype
Creates a new CRM object in HubSpot, accepting property values and optional associations for relationships.
Instructions
Create. REQUIRES body parameter with object properties. Example for companies: {body: {properties: {"name": "Company Name", "domain": "example.com", "industry": "COMPUTER_SOFTWARE"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | Path parameter objectType | |
| properties | Yes | Key-value pairs for setting properties for the new object. | |
| associations | No | Array of items |