Skip to main content

BulkContactCreateRequest

contacts object[]required

Contacts to create (maximum 1000).

Possible values: >= 1, <= 1000

  • Array [
  • emailstring<email>required

    Contact email address.

    namestring

    Contact display name.

    tag_idsstring[]

    Tag IDs to assign to the contact.

  • ]
  • BulkContactCreateRequest
    {
    "contacts": [
    {
    "email": "[email protected]",
    "name": "string",
    "tag_ids": [
    "string"
    ]
    }
    ]
    }