analytics_track
Insert or update job application records in the CRM with details like company, role, and stage to manage your job search pipeline.
Instructions
Track (insert or update) an Application in the CRM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The Application to persist. | |
| db_path | Yes | Absolute path to the SQLite database file. |
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 |