Recruitee
recruiteeRecruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.
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ónTool 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."
RECRUITEE_CREATE_CANDIDATEAcciónTool 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
namestringObligatorioFull name of the candidate.
tagsstring[]List of tags associated with the candidate.
emailanyemailphonestringPhone number of the candidate.
photoanyurioffersinteger[]List of offer IDs to associate with the candidate.
resumeanyurisourcestringThe source from which the candidate was obtained.
cover_letterstringCover letter text for the candidate.
social_linksarraycustom_fieldsobjectCustom fields for the candidate as defined by the company.
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
Create NoteRECRUITEE_CREATE_NOTEAcciónTool to create a new note for a candidate. use after confirming this detail.
RECRUITEE_CREATE_NOTEAcciónTool to create a new note for a candidate. use after confirming this detail.
Parámetros de entrada
noteobjectObligatorioThe note object containing content and optional visibility.
candidate_idstringObligatorioUnique identifier of the candidate to attach the note to.
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
Create OfferRECRUITEE_CREATE_OFFERAcciónTool to create a new job offer. use after confirming all offer details and ready to publish.
RECRUITEE_CREATE_OFFERAcciónTool to create a new job offer. use after confirming all offer details and ready to publish.
Parámetros de entrada
offerobjectObligatorioThe offer object containing details for the new job offer.
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
Delete CandidateRECRUITEE_DELETE_CANDIDATEAcciónTool to delete a candidate profile. use when you need to permanently remove a candidate from your recruitee account. returns no content on success.
RECRUITEE_DELETE_CANDIDATEAcciónTool 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_idintegerObligatorioUnique identifier of the candidate 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
Delete TagRECRUITEE_DELETE_TAGAcciónTool to delete a tag. use when you need to permanently remove a tag from recruitee. use after confirming the tag is not in use.
RECRUITEE_DELETE_TAGAcciónTool 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_idintegerObligatorioUnique identifier of the tag 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
Get CandidateRECRUITEE_GET_CANDIDATEAcciónTool to retrieve detailed information about a specific candidate. use when you need the candidate's full profile before proceeding.
RECRUITEE_GET_CANDIDATEAcciónTool to retrieve detailed information about a specific candidate. use when you need the candidate's full profile before proceeding.
Parámetros de entrada
company_idintegerCompany ID or subdomain. Can be either the numerical company ID or the company subdomain. If not provided, uses the subdomain from the connection.
candidate_idintegerObligatorioUnique identifier of the candidate to retrieve.
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
Get CandidatesRECRUITEE_GET_CANDIDATESAcciónTool to retrieve a list of all candidates in the company. use when you need to fetch or filter candidates before proceeding.
RECRUITEE_GET_CANDIDATESAcciónTool 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.
sortstringenumSort by date or by last message.
by_dateby_last_messagelimitintegerMaximum number of candidates to return.
querystringSearch term to filter candidates by name or offer.
offsetintegerNumber of candidates to skip before returning results (pagination offset).
deletedbooleanIf true, only deleted candidates are returned.
offerIdintegerFilter candidates by specific offer ID.
qualifiedbooleanIf true, only qualified candidates are returned.
company_idintegerCompany ID or subdomain. Can be either the numerical company ID or the company subdomain. If not provided, uses the subdomain from the connection.
createdAfteranydate-timeReturn candidates created after this ISO 8601 timestamp.
disqualifiedbooleanIf true, only disqualified candidates are returned.
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
Get Company IDRECRUITEE_GET_COMPANY_IDAcciónTool to retrieve the company id of the authenticated account. use when you need to confirm your company identity before other operations.
RECRUITEE_GET_COMPANY_IDAcciónTool 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
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
Get Company Offer PublicRECRUITEE_GET_COMPANY_OFFER_PUBLICAcciónTool to retrieve a specific published job offer by id or slug from the public careers site api. use after you have the offer identifier.
RECRUITEE_GET_COMPANY_OFFER_PUBLICAcciónTool 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
identifierstringObligatorioOffer ID or slug, e.g., '12345' or 'software-engineer'.
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
Get Company Offers PublicRECRUITEE_GET_COMPANY_OFFERS_PUBLICAcciónTool to get a list of published company jobs from the careers site api. use when you need to list all current published offers.
RECRUITEE_GET_COMPANY_OFFERS_PUBLICAcciónTool 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
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
Get DepartmentsRECRUITEE_GET_DEPARTMENTSAcciónTool to retrieve a list of company departments. use when you need to reference or assign offers or candidates to departments.
RECRUITEE_GET_DEPARTMENTSAcciónTool 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
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
Get LocationsRECRUITEE_GET_LOCATIONSAcciónTool to retrieve a list of company locations. use when you need to see all location options before assigning them to offers.
RECRUITEE_GET_LOCATIONSAcciónTool 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
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
Get NotesRECRUITEE_GET_NOTESAcciónTool to retrieve a list of notes for a specific candidate. use after confirming the candidate exists when you need to review their notes.
RECRUITEE_GET_NOTESAcciónTool 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
limitintegerMaximum number of notes to return per page.
offsetintegerNumber of notes to skip.
candidate_idintegerObligatorioUnique identifier of the candidate.
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
Get OfferRECRUITEE_GET_OFFERAcciónTool to retrieve detailed information about a specific job offer. use when you have the offer id and need its full metadata.
RECRUITEE_GET_OFFERAcciónTool 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_idintegerObligatorioID of the offer to retrieve.
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
Get OffersRECRUITEE_GET_OFFERSAcciónTool to retrieve a list of all job offers. use after authentication to browse or paginate your company's complete set of offers.
RECRUITEE_GET_OFFERSAcciónTool 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
limitintegerMaximum number of offers to return (1-100).
querystringSearch term to filter job offers.
offsetintegerNumber of offers to skip (for pagination).
company_idintegerCompany 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
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
Get Pipeline StagesRECRUITEE_GET_PIPELINE_STAGESAcciónTool 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."
RECRUITEE_GET_PIPELINE_STAGESAcciónTool 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_idintegerObligatorioID of the job offer to retrieve pipeline stages for.
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
Get TagsRECRUITEE_GET_TAGSAcciónTool to retrieve a list of all tags. use after authenticating to fetch or search tags by name or usage count.
RECRUITEE_GET_TAGSAcciónTool to retrieve a list of all tags. use after authenticating to fetch or search tags by name or usage count.
Parámetros de entrada
pageintegerPage number of results (minimum 1).
querystringSearch term to filter tags by name.
sort_bystringenumField to sort by: 'name' or 'taggings_count'.
nametaggings_countper_pageintegerNumber of tags per page (1-100).
sort_orderstringenumSort order: 'asc' or 'desc'.
ascdesc
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 CandidateRECRUITEE_UPDATE_CANDIDATEAcciónTool to update information for an existing candidate. use when you need to modify a candidate's profile after retrieval.
RECRUITEE_UPDATE_CANDIDATEAcciónTool to update information for an existing candidate. use when you need to modify a candidate's profile after retrieval.
Parámetros de entrada
namestringFull name of the candidate.
tagsstring[]List of tags associated with the candidate.
emailanyemailphonestringPhone number of the candidate.
photoanyurioffersinteger[]List of offer IDs to associate with the candidate.
resumeanyurisourcestringSource from which the candidate was obtained.
candidate_idintegerObligatorioUnique identifier of the candidate to update.
cover_letterstringCover letter text for the candidate.
social_linksarraycustom_fieldsobjectCustom fields for the candidate as defined by the company.
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 NoteRECRUITEE_UPDATE_NOTEAcciónTool to update an existing note for a candidate. use when you need to modify note text or pin status after creation.
RECRUITEE_UPDATE_NOTEAcciónTool 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
bodystringUpdated text content of the note.
pinnedbooleanTrue to pin the note, false to unpin.
note_idintegerObligatorioUnique identifier of the note to update.
candidate_idintegerObligatorioUnique identifier of the candidate.
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 OfferRECRUITEE_UPDATE_OFFERAcciónTool to update information for an existing job offer. use when you need to modify an offer's details after retrieval.
RECRUITEE_UPDATE_OFFERAcciónTool 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_idintegerObligatorioID of the offer to update.
options_cvstringenumCV requirement setting in application form.
requiredoptionaloffoptions_phonestringenumPhone requirement setting in application form.
requiredoptionaloffoptions_photostringenumPhoto requirement setting in application form.
requiredoptionaloffoptions_cover_letterstringenumCover letter requirement setting in application form.
requiredoptionaloff
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