Save/Unsave Job
upwork_save_jobSave or unsave Upwork jobs by ID. Bookmark interesting positions for later application or remove them from your saved list.
Instructions
Save a job to your favorites or remove it from saved jobs.
Use this to bookmark jobs you want to apply to later.
Args:
job_id (string, required): The job ID to save/unsave
save (boolean): True to save, false to remove (default: true)
Returns: Confirmation of the save/unsave action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | True to save the job, false to remove from saved jobs | |
| job_id | Yes | The unique identifier of the job to save/unsave |