ProspectTask

A follow-up task on a prospect: what to do (call, meeting, email), by when, and who is on it.

  • dueDateUtc
    Type: string Format: date-time
    required

    When the task is due (UTC). Date-level: a task is overdue once its date is before today.

  • id
    Type: string
    required

    The task identifier — pass it to the complete endpoint.

  • overdue
    Type: boolean
    required

    True when the due date is before today (UTC).

  • type
    Type: string · ProspectTaskTypePublicValueenum
    required

    The kind of follow-up: call, meeting, email.

    values
    • call
    • meeting
    • email
  • assignee
    Type: object · ActionUsernullable

    The team member the task is assigned to; omitted when unassigned (it sits with the prospect owner).

    • id
      Type: string

      User's unique identifier

    • name
      Type: string

      User's display name