pipedrive_update_activity
Update an existing activity's details, mark it as done, or change properties like subject, due date, owner, and participants.
Instructions
Update an existing activity in Pipedrive. Use this to mark activities as done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Activity ID to update | |
| subject | No | New subject | |
| type | No | New type | |
| due_date | No | New due date (YYYY-MM-DD) | |
| due_time | No | New due time (HH:MM) | |
| duration | No | New duration (HH:MM) | |
| owner_id | No | New owner | |
| deal_id | No | New deal ID | |
| lead_id | No | New lead ID (UUID format) | |
| person_id | No | New person ID | |
| org_id | No | New organization ID | |
| project_id | No | New project ID | |
| note | No | New notes | |
| done | No | Mark as completed/pending | |
| busy | No | Show as busy | |
| priority | No | New priority (integer) | |
| participants | No | New participants | |
| attendees | No | New attendees | |
| location | No | New location (structured object) |