Create GoHighLevel Contact Task
ghl_create_contact_taskCreate a task for a GoHighLevel contact by specifying the contact ID and title, with optional due date, assignee, and body.
Instructions
Create a task for a contact with POST /contacts/{contactId}/tasks. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional task body/description. | |
| extra | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| title | Yes | Task title. | |
| dueDate | No | Optional due date/time in GoHighLevel's accepted format. | |
| completed | No | ||
| assignedTo | No | Optional user ID to assign the task to. | |
| contact_id | Yes | Contact ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |