Distributes a batch of prospects evenly across multiple campaigns using intelligent load balancing
| Field | Type | Description |
|---|---|---|
campaignIds | array<string> | Array of campaign IDs to distribute prospects across. Minimum 2 campaigns required |
prospects | array<object> | Array of prospect objects to be distributed. Minimum 1 prospect required |
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Full name of the prospect |
url | string | Yes | LinkedIn profile URL (must include linkedin.com/in/) |
ongoing | boolean | No | Whether the prospect conversation is ongoing (default: false) |
additionalFields | array<object> | No | Array of custom field objects with additional prospect information |
| Field | Type | Required | Description |
|---|---|---|---|
fieldName | string | Yes | Name of the custom field (e.g., “company”, “title”) |
fieldValue | string | Yes | Value of the custom field |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Prospects to distribute across campaigns