Greenhouse - Update object (v3) action

The Update object (v3) action updates objects in Greenhouse using the v3 API.

This action is available for OAuth 2.0 connections only.

Input

Input fields are dynamically generated based on the selected object type. The following fields are required for all object types:

Input fieldDescription
ObjectSelect the object type to update. For example, Candidate or Job.
IDEnter the ID of the object to update.

Additional input fields appear based on the selected object type. For example, selecting Candidate displays fields such as First name and Last name.

Refer to the Greenhouse v3 object coverage guide for supported objects and field-level details.

Output

Output fields are dynamically generated based on the selected object type.

For example, selecting Candidate returns the following output fields:

Output fieldDescription
IDID of the updated object.
First nameUpdated first name of the candidate.
Last nameUpdated last name of the candidate.
UpdatedIndicates whether the object was successfully updated.

Other object types return their corresponding resource data.

Last updated: