wealthbox.tasks.update
Update existing tasks in Wealthbox CRM by task ID. Modify task details like title, due date, category, description, or assigned team/user.
Instructions
Update task by id. You can also pass raw body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| title | No | ||
| due_date | No | ||
| category_id | No | ||
| description | No | ||
| assigned_to_team_id | No | ||
| assigned_to_user_id | No |