provider Batch POST /crm/v3/objects/contacts/batch/create
@utdk/hubspot /crm/v3/objects/contacts/batch/create
Create a batch of contacts
Create a batch of contacts. The `inputs` array can contain a `properties` object to define property values for each record, along with an `associations` array to define [associations](https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4) with other CRM records.

Try it

Authentication
Configure credentials for Contacts
post.crm.v3.objects.contacts.batch.createCreate
POST/crm/v3/objects/contacts/batch/create
Create a batch of contacts. The `inputs` array can contain a `properties` object to define property values for each record, along with an `associations` array to define [associations](https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4) with other CRM records.

Input

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import hubspot from '@utdk/hubspot';

await hubspot.post.crm.v3.objects.contacts.batch.createCreate()