Track Job Application
civify_track_applicationRecord a job application in the candidate's Civify Kanban tracker board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes, interview dates, or recruiter contacts. | |
| status | No | Application lifecycle status. | APPLIED |
| api_key | No | Optional API key override. | |
| job_url | No | URL of the job posting. | |
| job_title | Yes | Target role / job title. | |
| company_name | Yes | Name of the target company. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the tracked application | |
| notes | No | Candidate notes and timeline details | |
| status | Yes | Kanban status (EVALUATED, APPLIED, INTERVIEW, OFFER, REJECTED) | |
| jobTitle | Yes | Job title | |
| createdAt | No | Creation timestamp | |
| companyName | Yes | Company name |