BatchCreateProspectsResponse
Response model for batch prospect creation.
- createdType: array object[] · BatchProspectResultItem[]
Successfully created prospects.
A successfully created prospect in a batch operation.
- idType: stringrequired
The created prospect ID.
- companyType: null | string
Id The company ID if prospect is linked to a company.
- contactType: null | string
Id The contact ID if prospect is linked to a contact.
- externalType: array object[] | null · ExternalRef[]
Refs External references that were created for this prospect.
Represents an external system reference (e.g., Salesforce, HubSpot, Pipedrive). Supports multiple CRM systems simultaneously.
- failedType: array object[] · BatchProspectFailedItem[]
Items that failed to be created.
A failed item in a batch prospect creation.
- errorType: stringrequired
Error code: validation_error, invalid_id, duplicate, duplicate_external_ref, already_in_prospects, already_in_incoming, blocked, invalid_source, not_found_or_no_access, or action_failed.
- messageType: stringrequired
Human-readable error message.
- companyType: null | string
Id The company ID from the request (if provided).
- contactType: null | string
Id The contact ID from the request (if provided).
- indexType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32The index of the failed item in the request array.