Create contact task
ghl_create_contact_taskCreate a task for a contact by specifying title, due date, notes, and optional assignee. Use it to schedule follow-ups and track completion status.
Instructions
Create a task on a contact. dueDate is ISO 8601 (e.g. 2026-06-20T17:00:00Z).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Task details/notes. | |
| title | Yes | Task title. | |
| dueDate | Yes | Due date/time as ISO 8601. | |
| completed | No | ||
| contactId | Yes | ||
| assignedTo | No | User id to assign the task to. |