NAiOS IconNAiOS Logo
Volver al catálogo

Recruitee

recruitee

Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.

Acciones
20
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 (20)

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.

Create CandidateRECRUITEE_CREATE_CANDIDATEAcción

Tool to create a new candidate profile. use after gathering all candidate details. example: "create a new candidate named jane doe with email jane.doe@example.com."

Parámetros de entrada

  • namestringObligatorio

    Full name of the candidate.

  • tagsstring[]

    List of tags associated with the candidate.

  • emailanyemail
  • phonestring

    Phone number of the candidate.

  • photoanyuri
  • offersinteger[]

    List of offer IDs to associate with the candidate.

  • resumeanyuri
  • sourcestring

    The source from which the candidate was obtained.

  • cover_letterstring

    Cover letter text for the candidate.

  • social_linksarray
  • custom_fieldsobject

    Custom fields for the candidate as defined by the company.

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

Create NoteRECRUITEE_CREATE_NOTEAcción

Tool to create a new note for a candidate. use after confirming this detail.

Parámetros de entrada

  • noteobjectObligatorio

    The note object containing content and optional visibility.

  • candidate_idstringObligatorio

    Unique identifier of the candidate to attach the note to.

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

Create OfferRECRUITEE_CREATE_OFFERAcción

Tool to create a new job offer. use after confirming all offer details and ready to publish.

Parámetros de entrada

  • offerobjectObligatorio

    The offer object containing details for the new job offer.

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

Delete CandidateRECRUITEE_DELETE_CANDIDATEAcción

Tool to delete a candidate profile. use when you need to permanently remove a candidate from your recruitee account. returns no content on success.

Parámetros de entrada

  • candidate_idintegerObligatorio

    Unique identifier of the candidate 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

Delete TagRECRUITEE_DELETE_TAGAcción

Tool to delete a tag. use when you need to permanently remove a tag from recruitee. use after confirming the tag is not in use.

Parámetros de entrada

  • tag_idintegerObligatorio

    Unique identifier of the tag 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

Get CandidateRECRUITEE_GET_CANDIDATEAcción

Tool to retrieve detailed information about a specific candidate. use when you need the candidate's full profile before proceeding.

Parámetros de entrada

  • company_idinteger

    Company ID or subdomain. Can be either the numerical company ID or the company subdomain. If not provided, uses the subdomain from the connection.

  • candidate_idintegerObligatorio

    Unique identifier of the candidate to retrieve.

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

Get CandidatesRECRUITEE_GET_CANDIDATESAcción

Tool to retrieve a list of all candidates in the company. use when you need to fetch or filter candidates before proceeding.

Parámetros de entrada

  • idsinteger[]

    List of candidate IDs to retrieve.

  • sortstringenum

    Sort by date or by last message.

    by_dateby_last_message
  • limitinteger

    Maximum number of candidates to return.

  • querystring

    Search term to filter candidates by name or offer.

  • offsetinteger

    Number of candidates to skip before returning results (pagination offset).

  • deletedboolean

    If true, only deleted candidates are returned.

  • offerIdinteger

    Filter candidates by specific offer ID.

  • qualifiedboolean

    If true, only qualified candidates are returned.

  • company_idinteger

    Company ID or subdomain. Can be either the numerical company ID or the company subdomain. If not provided, uses the subdomain from the connection.

  • createdAfteranydate-time

    Return candidates created after this ISO 8601 timestamp.

  • disqualifiedboolean

    If true, only disqualified candidates are returned.

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

Get Company IDRECRUITEE_GET_COMPANY_IDAcción

Tool to retrieve the company id of the authenticated account. use when you need to confirm your company identity before other operations.

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

Get Company Offer PublicRECRUITEE_GET_COMPANY_OFFER_PUBLICAcción

Tool to retrieve a specific published job offer by id or slug from the public careers site api. use after you have the offer identifier.

Parámetros de entrada

  • identifierstringObligatorio

    Offer ID or slug, e.g., '12345' or 'software-engineer'.

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

Get Company Offers PublicRECRUITEE_GET_COMPANY_OFFERS_PUBLICAcción

Tool to get a list of published company jobs from the careers site api. use when you need to list all current published offers.

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

Get DepartmentsRECRUITEE_GET_DEPARTMENTSAcción

Tool to retrieve a list of company departments. use when you need to reference or assign offers or candidates to departments.

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

Get LocationsRECRUITEE_GET_LOCATIONSAcción

Tool to retrieve a list of company locations. use when you need to see all location options before assigning them to offers.

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

Get NotesRECRUITEE_GET_NOTESAcción

Tool to retrieve a list of notes for a specific candidate. use after confirming the candidate exists when you need to review their notes.

Parámetros de entrada

  • limitinteger

    Maximum number of notes to return per page.

  • offsetinteger

    Number of notes to skip.

  • candidate_idintegerObligatorio

    Unique identifier of the candidate.

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

Get OfferRECRUITEE_GET_OFFERAcción

Tool to retrieve detailed information about a specific job offer. use when you have the offer id and need its full metadata.

Parámetros de entrada

  • offer_idintegerObligatorio

    ID of the offer to retrieve.

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

Get OffersRECRUITEE_GET_OFFERSAcción

Tool to retrieve a list of all job offers. use after authentication to browse or paginate your company's complete set of offers.

Parámetros de entrada

  • limitinteger

    Maximum number of offers to return (1-100).

  • querystring

    Search term to filter job offers.

  • offsetinteger

    Number of offers to skip (for pagination).

  • company_idinteger

    Company ID or subdomain. Can be either the numerical company ID or the company subdomain. If not provided, uses the subdomain from the connection.

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

Get Pipeline StagesRECRUITEE_GET_PIPELINE_STAGESAcción

Tool to retrieve pipeline stages of a job offer. use when you have the offer id and need its stages to track candidate progression. example: "get pipeline stages for offer id 456."

Parámetros de entrada

  • offer_idintegerObligatorio

    ID of the job offer to retrieve pipeline stages for.

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

Get TagsRECRUITEE_GET_TAGSAcción

Tool to retrieve a list of all tags. use after authenticating to fetch or search tags by name or usage count.

Parámetros de entrada

  • pageinteger

    Page number of results (minimum 1).

  • querystring

    Search term to filter tags by name.

  • sort_bystringenum

    Field to sort by: 'name' or 'taggings_count'.

    nametaggings_count
  • per_pageinteger

    Number of tags per page (1-100).

  • sort_orderstringenum

    Sort order: 'asc' or 'desc'.

    ascdesc

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

Tool to update information for an existing candidate. use when you need to modify a candidate's profile after retrieval.

Parámetros de entrada

  • namestring

    Full name of the candidate.

  • tagsstring[]

    List of tags associated with the candidate.

  • emailanyemail
  • phonestring

    Phone number of the candidate.

  • photoanyuri
  • offersinteger[]

    List of offer IDs to associate with the candidate.

  • resumeanyuri
  • sourcestring

    Source from which the candidate was obtained.

  • candidate_idintegerObligatorio

    Unique identifier of the candidate to update.

  • cover_letterstring

    Cover letter text for the candidate.

  • social_linksarray
  • custom_fieldsobject

    Custom fields for the candidate as defined by the company.

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

Tool to update an existing note for a candidate. use when you need to modify note text or pin status after creation.

Parámetros de entrada

  • bodystring

    Updated text content of the note.

  • pinnedboolean

    True to pin the note, false to unpin.

  • note_idintegerObligatorio

    Unique identifier of the note to update.

  • candidate_idintegerObligatorio

    Unique identifier of the candidate.

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

Tool to update information for an existing job offer. use when you need to modify an offer's details after retrieval.

Parámetros de entrada

  • offer_idintegerObligatorio

    ID of the offer to update.

  • options_cvstringenum

    CV requirement setting in application form.

    requiredoptionaloff
  • options_phonestringenum

    Phone requirement setting in application form.

    requiredoptionaloff
  • options_photostringenum

    Photo requirement setting in application form.

    requiredoptionaloff
  • options_cover_letterstringenum

    Cover letter requirement setting in application form.

    requiredoptionaloff

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