/bff/contact/bulk-import
Imports multiple contacts at once with the given internal note.
ContactpostBffContactBulk-import
Parameters
2 body
Body · 2
contactListobject[]Required2 fieldsList of contacts to import.
internalNotestringRequiredInternal note attached to all imported contacts.
Request
POST /bff/contact/bulk-import
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.