Async Interview

Learn how to use Async Interview with Composio

Overview

Enum

ASYNC_INTERVIEW

Description

Async Interview is an on-demand video interview platform that streamlines the hiring process by allowing candidates to respond to pre-recorded questions at their convenience, enabling employers to review responses asynchronously.

Authentication Details

bearer_token
stringRequired

Actions

Tool to delete an interview job. use when you need to permanently remove a job after reviewing responses.

Action Parameters

job_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all interview jobs. use when you need to display or manage existing jobs.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to update an existing interview job. use when you need to modify job details after creation.

Action Parameters

job_id
stringRequired
name
string
parameters
object

Action Response

data
object
error
string
successful
boolean