activities_update
Update an existing activity in Pipedrive by specifying only the fields to change.
Instructions
Update an existing activity. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Activity ID | |
| done | No | Mark as done | |
| note | No | Activity note | |
| type | No | Activity type | |
| org_id | No | Organization ID to link the activity to | |
| deal_id | No | Deal ID to link the activity to | |
| lead_id | No | Lead ID to link the activity to | |
| subject | No | Activity subject | |
| user_id | No | User ID to assign the activity to | |
| due_date | No | Due date in YYYY-MM-DD format | |
| due_time | No | Due time in HH:MM format | |
| duration | No | Duration in HH:MM format | |
| location | No | Activity location | |
| attendees | No | Array of attendees | |
| busy_flag | No | Mark as busy in calendar | |
| person_id | No | Person ID to link the activity to | |
| project_id | No | Project ID to link the activity to | |
| participants | No | Array of participants | |
| custom_fields | No | Custom fields as key-value pairs | |
| public_description | No | Public description |