NAiOS IconNAiOS Logo
Volver al catálogo

Async Interview

async_interview

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.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • job_idstringObligatorio

    ID of the interview job to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List JobsASYNC_INTERVIEW_LIST_JOBSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update JobASYNC_INTERVIEW_UPDATE_JOBAcción

Tool to update an existing interview job. use when you need to modify job details after creation.

Parámetros de entrada

  • namestring

    New name for the job

  • job_idstringObligatorio

    Unique identifier of the interview job to update

  • parametersobject

    Updated configuration parameters for the job

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not