In an effort to improve our suite of products, Greenhouse Software regularly releases new product features, updates, and improvements. Stay up-to-date with what's new at Greenhouse by Following our Release Notes.
Find our releases for this week below:
Greenhouse Recruiting
- LinkedIn recently upgraded their API and OAuth (Version 2.0) for all third-party developed apps that communicate with LinkedIn. We have upgraded our connections with LinkedIn to reflect these changes. The upgrade only affects social sharing functionality to LinkedIn and will require existing connected users to reconnect their accounts.
- We are excited to announce a redesign for our Create/Edit Your Job Post pages.
API
Date | Description |
Feb 28, 2019 | Added primary_email_address to Users Endpoints
|
Feb 28, 2019 | Added updated_at to Jobs Endpoints
|
Feb 13, 2019 | Added ability to create new candidate tags via POST: Add New Candidate Tag |
Feb 1, 2019 | Added partial response (HTTP Status code 202) to POST: Create Job |
Jan 8, 2019 | Added can_email flag to Candidates Endpoints
|
For more information regarding updates to our API, click here.
Greenhouse Analytics
We are making the following changes to the Greenhouse Analytics schema on March 11th, 2019! See below for a description, and see attached for the latest schema.
This update allows customers with the Business Intelligence Connector to view data regarding the User <> Candidate linking we released earlier this year via a new table. The new table contains user ids and candidate ids that may be joined with their respective tables for more information. Click here to view the original release note and download the new schema.
If you have any questions or comments, please fill out the form at www.greenhouse.io/asksupport or click here to open a ticket with the Greenhouse Customer Support team.
---
CREATE TABLE user_candidate_links (
user_id bigint,
candidate_id bigint,
created_at timestamp without time zone,
updated_at timestamp without time zone
);
Integrations
- Job Board: StepStone
Bug Fixes
- We fixed a reported issue with the Candidate Survey Report regarding parent department filters not including the results for child departments. We apologize for the inconvenience.