Save Job
save_jobSave or remove a job from your HireJack saved-jobs list. Bookmark jobs for batch match scoring and manage your saved collection.
Instructions
Save a job to the authenticated user's saved-jobs list on HireJack (or remove it with action='unsave'). Saved jobs appear at hirejack.com/saved.html and feed batch match scoring. Idempotent — saving an already-saved job is a no-op. Use when the user says 'save this one', 'bookmark these three', or 'remove that from my saved jobs'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full HireJack job detail URL — convenience alternative to domain + jobId. | |
| jobId | No | Pass the `id` field from a `search_jobs` result VERBATIM. Required unless `url` is provided. | |
| action | No | Default 'save'. 'unsave' removes a previously saved job. | |
| domain | No | Company domain (e.g. 'stripe.com'). Required unless `url` is provided. |