SparrowDesk
BulkContacts

Bulk create contacts

Create multiple contacts in a single request

POST
/bulk/contacts
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://app.sparrowdesk.com/v1/bulk/contacts" \  -H "Content-Type: application/json" \  -d '[    {}  ]'
{
  "data": {
    "job_id": "bulk-123456789",
    "status": "processing",
    "message": "Bulk contact creation job initiated"
  }
}
{
  "error": {
    "message": "Company not found"
  }
}
{
  "error": {
    "message": "One or more contacts already exist"
  }
}
{
  "error": {
    "message": "Error creating contacts"
  }
}