post-crm-v3-objects-objtype_objtype
Create a new HubSpot CRM object by specifying object type and properties. Optionally associate it with related records using association details.
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 |