update_task
Update task details such as name, type, assignee, or completion status to keep Follow Up Boss CRM records accurate.
Instructions
Update a task. (PUT /tasks/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | The name of the task. | |
| type | No | Type can be one of the following: `Follow Up`, `Call`, `Email`, `Appointment`, `Showing`, `Closing`, `Open House` or `Thank You` | |
| personId | No | The id of the person this task is related to. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| assignedTo | No | The full name of the agent to assign to this task. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| isCompleted | No | Sets whether the task is completed or not. | |
| assignedUserId | No | The id of the user to assign to this task. |