BatchCreateProspectsRequest
Request model for batch creating prospects.
- itemsType: array object[] · CreateProspectRequest[]required
List of prospects to create. Maximum 100 items per request.
Request model for adding a prospect to a project. Prefer contactId — contacts have email/phone for direct outreach and support more capabilities. Use companyId only as a placeholder when the specific person is unknown.
- companyType: null | string
Id Company ID to add as prospect. Use only when the specific contact person is unknown. Mutually exclusive with contactId.
- contactType: null | string
Id Contact ID to add as prospect (preferred). Mutually exclusive with companyId.
- externalType: array object[] | null · ExternalRef[]
Refs External references for CRM integration (e.g., Salesforce, HubSpot). Each namespace can only appear once. Multiple CRM systems can be referenced simultaneously.
Represents an external system reference (e.g., Salesforce, HubSpot, Pipedrive). Supports multiple CRM systems simultaneously.