add_job_note
Record a timestamped note to a tracked job—such as recruiter details, interview date, or salary discussed—while leaving its status unchanged.
Instructions
Append a timestamped note to a tracked job (e.g. recruiter name, interview date, salary discussed) without changing its status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| title | No | ||
| events | No | ||
| job_id | Yes | ||
| salary | No | ||
| status | Yes | ||
| company | No | ||
| location | No | ||
| saved_at | Yes | ||
| updated_at | Yes | ||
| description | No |