Create multiple records
documentedCreate multiple CRM object records in a single request.
POST /crm/v3/objects/{objectTypeId}/batch/createCRMno implementation yet0 runsInput
objectType*
HubSpot object type (e.g., contacts, deals, companies)
{{$objectType}}
name*
First object's display name
{{$name}}
email
First object's email
{{$email}}
phone
First object's phone
{{$phone}}
country
First object's country
{{$country}}
custom1
First object's custom property 1
{{$custom1}}
trace_id
Trace ID for the first input
{{$trace_id}}
name2
Second object's display name
{{$name2}}
email2
Second object's email
{{$email2}}
phone2
Second object's phone
{{$phone2}}
country2
Second object's country
{{$country2}}
custom2
Second object's custom property 2
{{$custom2}}
trace_id2
Trace ID for the second input
{{$trace_id2}}
Calls HubSpot as you (your API key is your account); keychains.dev holds the credentials.