AddProspectTaskRequest
Request model for adding a follow-up task to a prospect.
- dueType: string
Date requiredWhen 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.
- typeType: string · ProspectTaskTypePublicValueenumrequired
The kind of follow-up: call, meeting, email.
values- call
- meeting
- email
- assigneeType: 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.
- noteType: null | stringmin length:1max length:10000
Optional words kept on the task, 1-10000 characters.