Creates a new task, optionally linked to a lead.
Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/tasks
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Task title |
description | string | No | Task description |
notes | string | No | Additional notes |
lead_id | uuid | No | Link task to a lead |
user_id | uuid | No | Assign task to a specific user |
due_date | string | No | Due date (YYYY-MM-DD) |
due_time | string | No | Due time (HH:MM) |
priority | string | No | Priority: low, medium, or high (default: medium) |