Contact Object Properties
POST https://api.hubapi.com/crm/v3/properties/contacts/batch/create
Request Body
{"inputs"=>[{"description"=>"External ID", "label"=>"External ID", "type"=>"string", "formField"=>true, "groupName"=>"contactinformation", "name"=>"external_id", "hasUniqueValue"=>false, "fieldType"=>"text"}, {"description"=>"Age", "label"=>"Age", "type"=>"number", "formField"=>true, "groupName"=>"contactinformation", "name"=>"age", "hasUniqueValue"=>false, "fieldType"=>"number"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |