update_application
Update a job application's status, notes, or follow-up details, with automatic date tracking.
Instructions
Update an existing application by ID. Accepts any subset of fields: status, notes, follow_up_due_date, response_received, outcome. Automatically updates last_activity_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Application ID to update | |
| notes | No | ||
| status | No | New status: applied, screening, interview, offer, rejected, ghosted | |
| outcome | No | ||
| response_received | No | ||
| follow_up_due_date | No | ISO date (YYYY-MM-DD) for follow-up reminder |