Skip to main content
You can configure InterviewFlowAI to store custom metadata against each candidate’s profile. This is highly useful for tracking internal statuses or syncing data back to your Applicant Tracking System (for example, storing an ashby_candidate_id).

Create an additional field

1

Navigate to configuration

Open your dashboard and click on Configuration.
2

Manage candidate exact fields

Select Candidate Additional Fields from the configuration menu.
3

Add a field

  1. Click Add Field.
  2. Enter the Field Name and an optional Description.
  3. Choose a Field Type: text, bool, or number.
  4. Save your changes.

Syncing with your ATS

Once your fields are created, they become available programmatically. You can use the Patch API to update these specific fields behind the scenes. Updating these fields allows you to:
  • Filter your candidates dynamically from the Get Candidates API.
  • Keep external ATS IDs (like greenhouse_candidate_id) synced with the interview record.
  • Flag candidates automatically based on external workflows.
Check out our API integration guide to learn how to update custom fields programmatically.