log_application
Record or update a job application using a saved job ID or a direct URL, setting its status and notes.
Instructions
Record an application for a job (by saved job_id or an ad-hoc url).
Creates the application, or updates the existing one for that job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| url | No | ||
| status | No | applied | |
| notes | No | ||
| applied_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| job_id | Yes | ||
| status | No | saved | |
| applied_at | No | ||
| next_action_at | No | ||
| next_action_note | No | ||
| notes | No | ||
| created_at | No | ||
| updated_at | No |