analytics_update_stage
Transition an application to a new stage, automatically recording a timestamped history entry with an optional note.
Instructions
Transition an Application to a new stage.
Appends a history entry with timestamp (and optional note).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The application id. | |
| new_stage | Yes | Target stage. | |
| db_path | Yes | Path to the SQLite database file. | |
| note | No | Optional human note to attach. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| job_id | No | ||
| company | No | ||
| role_title | No | ||
| source_channel | No | cold_apply | |
| url | No | ||
| apply_url | No | ||
| stage | No | saved | |
| stage_history | No | ||
| resume_version_id | No | ||
| cover_letter_id | No | ||
| contact_ids | No | ||
| notes | No | ||
| thank_you_sent | No | ||
| follow_up_sent | No | ||
| tags | No |