hubspot_crm_batch_create
Batch create up to 100 HubSpot CRM records with properties and optional associations in a single request. Supports all object types, including engagements requiring hs_timestamp.
Instructions
Create up to 100 HubSpot CRM records in a single request. Applies to all object types. Each input requires a properties map and may optionally include inline associations. For engagements, each record must include hs_timestamp in its properties. Returns a batch response with created records and any per-record errors. LIMIT: Maximum 100 inputs per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Array of records to create (1–100 per batch). | |
| objectType | Yes | CRM object type. Sales objects: deals, line_items, products, quotes. Engagement objects: calls, meetings, tasks, notes, emails. |