DocsAPI ReferenceContact/bff/contact/bulk-import
postContactAdmin BFF

/bff/contact/bulk-import

Imports multiple contacts at once with the given internal note.

ContactpostBffContactBulk-import

Parameters

2 body

2 total
Body · 2
contactListobject[]Required2 fields

List of contacts to import.

internalNotestringRequired

Internal note attached to all imported contacts.

Request

POST /bff/contact/bulk-import

post
curl -X POST "https://api.bizkithub.com/bff/contact/bulk-import" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "contactList": [
    {
      "email": "jan@barasek.com",
      "name": "example_name"
    }
  ],
  "internalNote": "example_internalNote"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key