Skip to main content
POST
Add Prospects Batch
Add multiple prospects to one campaign. Each prospect can include a customData string, max 3000 characters, that is saved on the created chat and available in prompts as {{customData}}. The import is asynchronous. The response includes a listId; use Prospect Import Status to confirm which rows created chats.

Example

Prospect object

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Batch of prospects to add

campaignId
string
required
Example:

"campaign_12345abcde"

prospects
object[]
required

Response

Prospects added successfully

message
string
Example:

"3 prospects added successfully"

listId
string
Example:

"import_list_id"

Last modified on June 20, 2026