Async Interview
async_interviewAsync 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.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete JobASYNC_INTERVIEW_DELETE_JOBAcciónTool to delete an interview job. use when you need to permanently remove a job after reviewing responses.
ASYNC_INTERVIEW_DELETE_JOBAcciónTool to delete an interview job. use when you need to permanently remove a job after reviewing responses.
Parámetros de entrada
job_idstringObligatorioID of the interview job to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List JobsASYNC_INTERVIEW_LIST_JOBSAcciónTool to retrieve a list of all interview jobs. use when you need to display or manage existing jobs.
ASYNC_INTERVIEW_LIST_JOBSAcciónTool to retrieve a list of all interview jobs. use when you need to display or manage existing jobs.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update JobASYNC_INTERVIEW_UPDATE_JOBAcciónTool to update an existing interview job. use when you need to modify job details after creation.
ASYNC_INTERVIEW_UPDATE_JOBAcciónTool to update an existing interview job. use when you need to modify job details after creation.
Parámetros de entrada
namestringNew name for the job
job_idstringObligatorioUnique identifier of the interview job to update
parametersobjectUpdated configuration parameters for the job
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not