BatchClassifyProspectsRequest

Request body for batch-classifying prospects in a project.

  • classification
    Type: string Pattern: ^(not_contacted|contacted|interested|not_interested|bidder)$
    required

    Pipeline stage to set: not_contacted, contacted, interested, not_interested, bidder.

  • prospectIds
    Type: array string[] …100
    required

    List of prospect IDs to classify. Maximum 100.

  • note
    Type: null | string

    Optional note attached to each prospect's classification, shown in the prospect note column. Omit (or send null) for no note; whitespace-only is rejected.