The Create Candidate action allows you to create a new candidate or update an existing one based on the provided email. You can also apply the candidate to a specific job within Hire.inc.Use the Create Candidate action
The Create Job action enables you to create a new job posting in Hire.inc programmatically and publish it to your Hire.inc Job Board.Use the Create Job action
The Update Candidate action lets you modify details for an existing candidate in Hire.inc. It’s ideal for keeping information current and accurate, such as when a candidate updates their contact information or submits a new resume.Use the Update Candidate action
The Add Candidate Note action allows you to append a note to an existing candidate notes in Hire.inc. Use this action to track interview feedback, add relevant insights, or document any candidate-specific information for better follow-up.Note: This is different from the Update Candidate action since it appends to candidate notes instead of replacing them.Use the Add Candidate Note action
Input Data: Provide the candidate’s id along with the note content.
Action Execution: Hire.inc verifies if a candidate with the specified id exists, and appends the note to the candidate’s notes (or creates the notes if they don’t exist).