create_task
Create tasks attached to contacts with a title, due date, optional notes, and user assignment.
Instructions
Create a GoHighLevel task for a contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The contact ID the task should be attached to. | |
| title | Yes | Task title. | |
| body | No | Optional task description or notes. | |
| dueDate | Yes | Due date or datetime in ISO-8601 format (e.g. 2026-03-20T10:00:00.000Z). | |
| completed | No | Initial completion state. | |
| assignedTo | No | Optional user ID to assign the task to. |