Update Task
ploomes_tasks_updateUpdate a task in Ploomes CRM by ID, modifying only the fields you specify. Set title, description, due date, time, associations, type, and custom fields.
Instructions
Update an existing task in Ploomes CRM by ID. Only provided fields are changed. Date and Hour are separate fields: Date is the due date (ISO 8601), Hour is the time component as a string (e.g., '14:30').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID to update | |
| Title | No | Task title / short summary | |
| Description | No | Task description with details about what needs to be done | |
| Date | No | Due date in ISO 8601 format. This is the date component only — use Hour for the time. E.g.: "2025-06-15T00:00:00Z" | |
| Hour | No | Time component as a string, separate from Date. E.g.: "14:30", "09:00". This is NOT part of the Date field — they are sent independently | |
| DealId | No | Associated deal ID — links the task to a specific deal/opportunity | |
| ContactId | No | Associated contact ID — links the task to a specific contact | |
| OwnerId | No | Owner user ID — the user responsible for this task (use ploomes_users_list to find valid IDs) | |
| TypeId | No | Task type ID — defines the kind of task (use ploomes_tasks_types_list to find valid IDs, e.g., Call, Meeting, Email, Visit) | |
| OtherProperties | No | Custom field values for the task (use ploomes_fields_list to discover available fields) |