create_task
Create a task for a contact in GoHighLevel. Set title, due date, description, assignee, and completion status.
Instructions
Create a new task for a contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Task description/body | |
| title | Yes | Task title | |
| dueDate | Yes | Due date in ISO 8601 format (e.g., 2024-01-15T10:00:00Z) | |
| completed | No | Whether the task is completed | |
| contactId | Yes | The contact ID to create the task for | |
| assignedTo | No | User ID to assign the task to |