Promote lead to tracker
promote_to_trackerTurns a discovery lead into a tracker application as 'Applied' with today's date, copying company, position, link, location. Optionally removes the lead from the discovery sheet.
Instructions
Turn a discovery lead into a tracked application: copies Company, Position, Job Link, and Location into the tracker with Status "Applied" and Date Applied = today (both overridable). Salary and Match Assessment are carried into Notes unless you supply your own. Optionally removes the lead from the discovery sheet. Backs up both files it writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Tracker notes. Defaults to a summary of salary + match. | |
| status | No | Tracker status. Defaults to "Applied". | |
| company | Yes | Discovery lead company (case-insensitive). | |
| position | Yes | Discovery lead position (case-insensitive). | |
| date_applied | No | Date applied (YYYY-MM-DD). Defaults to today. | |
| resume_version | No | Resume version used for the application. | |
| remove_from_discovery | No | If true, delete the lead from the discovery sheet after promoting. Defaults to false (the lead is left in place). |