Update follow-up
crm_update_followupUpdate a follow-up, or close it by passing completed: true - which also stamps completed_at with the current time. Passing completed: false reopens it and clears that stamp. Other fields are patched: anything you leave out keeps its current value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| completed | No | ||
| assigned_to | No | ||
| description | No | ||
| follow_up_id | Yes | ||
| scheduled_date | No |