Bullhorn JobRelay field reference guide
This page outlines all of the data that is received in WordPress from Bullhorn in the JobRelay feed.
Auto mapped fields
These fields are sent by the posting provider and automatically mapped to be saved in WordPress. Job title is saved as the post title, job description saved to the post content and the job short description is saved as the post excerpt.
JSON node | Data type | Example value | Notes |
---|---|---|---|
job_title | string | WordPress Developer | The job title – no HTML allowed. |
job_description | string | | the main description of the job. It can contain the following HTML elements<img> <a> <strong> <em> <ul> <ol> <li> |
job_short_description | string | A short summary | A string of text to summarise the job. |
job_source | string | Awesome Job Posting Service | A string representing the source of the job (where it was written). For example Broadbean, LogicMelon or Idibu |
The job_short_description
field is not available with Bullhorn.
The job post date will be the date and time when the job was last published in Bullhorn.
Fields which need mapping
These are fields sent in the data feed from Workable that need a mapping in WordPress. If they are not mapped to either meta or taxonomies, they will not be saved.
Learn how to map JobRelay fields in WordPress.
JSON node | Data type | Example value | Notes |
bonusPackage | string | Laptop and gym membership | An unordered list of the job requirements added in Workable. |
benefits | string | These are the job benefits. | The job benefits. |
job_reference | string | 22C8EFE84A | The unique reference for the job. This is the shortcode is Workable. |
date_published | string | 2023-11-28T11:26:09Z | The timestamp when the job was last published. |
salary | float | 10000 | A number (float) for the salary. |
address_string | string | London, UK | The formatted address string. |
city | string | Seattle | The city name. |
state | string | Washington | The state name. |
country | string | United State | The country name. |
zip | string | ky17ujy | Zip code. |
employment_type | string | Full-time | The assigned employment type to the job. |
job_category_name | string | Hospital & Health Care | The job’s category name. |
response_user | string | John Smith | The name of the member associated with this job in Workable. |
start_date | string | 2023-11-28T11:26:09Z | Date time format for the job start date |
date_published | string | 2023-11-28T11:26:09Z | Date time format for the date last published. |
date_end | string | 2023-11-28T11:26:09Z | End date for the job. |