AddProspectTaskRequest

Request model for adding a follow-up task to a prospect.

  • dueDate
    Type: string
    required

    When the task is due: relative ("7d", "1w"), named ("today", "tomorrow", "next_week"), an ISO date ("2026-07-01") or an ISO datetime. A past date records a task that is already overdue.

  • type
    Type: string · ProspectTaskTypePublicValueenum
    required

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

    values
    • call
    • meeting
    • email
  • assignee
    Type: null | string

    The team member to assign the task to: a user id, or "me" for yourself. Omit to leave it unassigned (it sits with the prospect owner). Must be a member of the project's team.

  • note
    Type: null | string
    min length:  
    1
    max length:  
    10000

    Optional words kept on the task, 1-10000 characters.