Update or upsert JobZyn job
jobzyn_update_jobUpdate a job by external ID, creating it if it doesn't exist. Change only supplied fields, including status to publish or unpublish.
Instructions
Update a job by external ID (PUT /job/{externalJobId}, write scope). Only supplied fields change. If the job does not exist, JobZyn creates it (201); include a title for creation. Can publish/unpublish through status. Job fields including optional id and custom fields are forwarded as supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | ||
| externalJobId | Yes | Your external job ID from your ATS, not the internal numeric JobZyn job ID. |