Common confusion points we want to address here...
What is a call vs. interview?
You can conceptualize a call simply as an interview session (a phone call, or webcall). An interview can contain many sessions, but usually it only takes 1 session to complete an interview. And an interview you can conceptualize it as the entirety of the script that our AI recruiter will need to go through. And each interview will be attached with an outcome.
What are the outcomes/statuses of the interview?
When an interview attains an outcome, it means at this point we have determined the status and have all the information we need from the candidate. And from this point on, we don't typically reach back out to the candidate. The possible outcomes are:
- candidate_not_interested
- ai_opt_out
- qualified
- unqualified
- candidate_not_responsive
- completed
How can I kickoff the interview process?
We have 3 ways to kickoff the interview process through our endpoints:
- Calls -> Register a call
- Candidates -> Create a new candidate (include the fields send_sms and send_email)
- Candidates -> Send Interview
What happens if a candidate hangs up or does not finish the entire interview?
We handle the case where a candidate hangs up for any reason. In the case when this happens, we keep track of how far the candidate progressed in the interview. We will nudge them to finish the interview, and when another call is started, it will continue from where it was left off in the previous call.
What if a candidate never responds to outreach?
Our system reaches out to candidates a maximum of 5 times. The first message from the initial outreach, and then 4 reminders afterwards. We mark the outcome of the interview as candidate_not_responsive after we've exhausted all outreaches
Can I restart or re-initiate an interview with a candidate?
If an interview is active and was already initiated, you cannot start another. Our API will return an error that the candidate was already reached out to. If you could create a new call to restart the interview if absolutely needed, but typically it is one interview per candidate.
How do I get updated data about the interview or candidate?
We have 2 ways to get data back about the candidate's interview status:
- Webhook (recommended)
- Polling Data with the endpoint Candidate -> Retrieve candidate information
How do I create another organization or manage multiple?
We allow you to create new organizations and you as the administrator can manage multiple organizations. At the moment this isn't possible through our API. If you need to add more organizations added, reach out to us at integrations@classet.org