RecruitCRM
Connect to RecruitCRM to manage candidates, contacts, companies, jobs, deals, hotlists, call logs, notes, tasks, and users.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "RECRUITCRM_ADD_TO_HOTLIST", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("RECRUITCRM_ADD_TO_HOTLIST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute RECRUITCRM_ADD_TO_HOTLIST --data '{ }'Tool 目录
可用 Tools
101 个可调用操作
Adds records to HotlistRECRUITCRM_ADD_TO_HOTLISTAdds records to Hotlist.需要连接
Adds records to Hotlist.
认证
需要 Connected AccountTags
Apply to JobRECRUITCRM_APPLY_JOBApply to a job.需要连接
Apply to a job.
认证
需要 Connected AccountTags
Assign CandidateRECRUITCRM_ASSIGN_JOBAssign a candidate to a job.需要连接
Assign a candidate to a job.
认证
需要 Connected AccountTags
Assigned candidates for jobRECRUITCRM_ASSIGNED_CANDIDATES_FOR_JOBReturn list of assigned candidates for requested job需要连接
Return list of assigned candidates for requested job
认证
需要 Connected AccountTags
Stage History of Candidate for jobRECRUITCRM_CANDIDATE_STAGE_HISTORY_FOR_JOBReturn list of stage history of candidates for requested job需要连接
Return list of stage history of candidates for requested job
认证
需要 Connected AccountTags
Delete a call logRECRUITCRM_DELETE_CALL_LOGDelete a call log.需要连接
Delete a call log.
认证
需要 Connected AccountTags
Delete a candidateRECRUITCRM_DELETE_CANDIDATEDelete a candidate.需要连接
Delete a candidate.
认证
需要 Connected AccountTags
Delete a companyRECRUITCRM_DELETE_COMPANYDelete a company.需要连接
Delete a company.
认证
需要 Connected AccountTags
Delete a contactRECRUITCRM_DELETE_CONTACTDelete a contact.需要连接
Delete a contact.
认证
需要 Connected AccountTags
Delete a dealRECRUITCRM_DELETE_DEALDelete a deal.需要连接
Delete a deal.
认证
需要 Connected AccountTags
Delete a hotlistRECRUITCRM_DELETE_HOTLISTDelete a hotlist.需要连接
Delete a hotlist.
认证
需要 Connected AccountTags
Delete a JobRECRUITCRM_DELETE_JOBDelete a Job.需要连接
Delete a Job.
认证
需要 Connected AccountTags
Delete a meetingRECRUITCRM_DELETE_MEETINGDelete a meeting.需要连接
Delete a meeting.
认证
需要 Connected AccountTags
Delete a noteRECRUITCRM_DELETE_NOTEDelete a note.需要连接
Delete a note.
认证
需要 Connected AccountTags
Delete a subscriptionRECRUITCRM_DELETE_SUBSCRIPTIONDelete a subscription.需要连接
Delete a subscription.
认证
需要 Connected AccountTags
Delete a taskRECRUITCRM_DELETE_TASKDelete a task.需要连接
Delete a task.
认证
需要 Connected AccountTags
Edit a call logRECRUITCRM_EDIT_CALL_LOGEdit a call log.需要连接
Edit a call log.
认证
需要 Connected AccountTags
Edit a candidateRECRUITCRM_EDIT_CANDIDATEEdit a candidate.需要连接
Edit a candidate.
认证
需要 Connected AccountTags
Edit a companyRECRUITCRM_EDIT_COMPANYEdit a company.需要连接
Edit a company.
认证
需要 Connected AccountTags
Edit a contactRECRUITCRM_EDIT_CONTACTEdit a contact.需要连接
Edit a contact.
认证
需要 Connected AccountTags
Edit a dealRECRUITCRM_EDIT_DEALEdit a deal.需要连接
Edit a deal.
认证
需要 Connected AccountTags
Edit a hotlistRECRUITCRM_EDIT_HOTLISTEdit a hotlist.需要连接
Edit a hotlist.
认证
需要 Connected AccountTags
Edit a JobRECRUITCRM_EDIT_JOBEdit a Job.需要连接
Edit a Job.
认证
需要 Connected AccountTags
Edit meetingRECRUITCRM_EDIT_MEETINGEdit meeting.需要连接
Edit meeting.
认证
需要 Connected AccountTags
Edit a noteRECRUITCRM_EDIT_NOTEEdit a note.需要连接
Edit a note.
认证
需要 Connected AccountTags
Edit a subscriptionRECRUITCRM_EDIT_SUBSCRIPTIONEdit a subscription.需要连接
Edit a subscription.
认证
需要 Connected AccountTags
Edit taskRECRUITCRM_EDIT_TASKEdit task.需要连接
Edit task.
认证
需要 Connected AccountTags
Get UsersRECRUITCRM_GET_ACCOUNT_USERSReturns a list of all users of the account需要连接
Returns a list of all users of the account
认证
需要 Connected AccountTags
Get Call TypesRECRUITCRM_GET_CALL_TYPESReturns a list of call types需要连接
Returns a list of call types
认证
需要 Connected AccountTags
Get Candidate QuestionsRECRUITCRM_GET_CANDIDATE_QUESTIONSReturns a list of candidate questions需要连接
Returns a list of candidate questions
认证
需要 Connected AccountTags
Get CollaboratorsRECRUITCRM_GET_COLLABORATORSReturns a list of collaborators需要连接
Returns a list of collaborators
认证
需要 Connected AccountTags
Get CurrenciesRECRUITCRM_GET_CURRENCIESReturns a list of currencies需要连接
Returns a list of currencies
认证
需要 Connected AccountTags
Get Deals StagesRECRUITCRM_GET_DEALS_PIPELINEReturns a list of stages in deals pipeline需要连接
Returns a list of stages in deals pipeline
认证
需要 Connected AccountTags
Get Candidate StagesRECRUITCRM_GET_HIRING_PIPELINEReturns a list of stages in hiring pipeline需要连接
Returns a list of stages in hiring pipeline
认证
需要 Connected AccountTags
Returns all hiring stages of candidate for jobsRECRUITCRM_GET_HISTORYReturns all hiring stages of candidate for jobs需要连接
Returns all hiring stages of candidate for jobs
认证
需要 Connected AccountTags
Get IndustriesRECRUITCRM_GET_INDUSTRIESReturns a list of industries需要连接
Returns a list of industries
认证
需要 Connected AccountTags
Get Job StagesRECRUITCRM_GET_JOBS_PIPELINEReturns a list of stages in jobs pipeline需要连接
Returns a list of stages in jobs pipeline
认证
需要 Connected AccountTags
Get LanguagesRECRUITCRM_GET_LANGUAGESReturns a list of languages需要连接
Returns a list of languages
认证
需要 Connected AccountTags
Get Multiple Hiring PipelinesRECRUITCRM_GET_MULTIPLE_HIRING_PIPELINEReturns a list of hiring pipelines需要连接
Returns a list of hiring pipelines
认证
需要 Connected AccountTags
Get Note TypesRECRUITCRM_GET_NOTE_TYPESReturns a list of note types需要连接
Returns a list of note types
认证
需要 Connected AccountTags
Get ProficienciesRECRUITCRM_GET_PROFICIENCIESReturns a list of proficiencies需要连接
Returns a list of proficiencies
认证
需要 Connected AccountTags
Get QualificationsRECRUITCRM_GET_QUALIFICATIONSReturns a list of qualifications需要连接
Returns a list of qualifications
认证
需要 Connected AccountTags
Get Salary TypesRECRUITCRM_GET_SALARY_TYPESReturns a list of salary types需要连接
Returns a list of salary types
认证
需要 Connected AccountTags
Get Contact StagesRECRUITCRM_GET_SALES_PIPELINEReturns a list of stages in sales pipeline需要连接
Returns a list of stages in sales pipeline
认证
需要 Connected AccountTags
Get Hiring Pipeline StagesRECRUITCRM_GET_STAGES_FOR_HIRING_PIPELINEReturns a list of hiring stages for the requested pipeline需要连接
Returns a list of hiring stages for the requested pipeline
认证
需要 Connected AccountTags
Hiring Stages of Candidate for JobRECRUITCRM_HIRING_STAGEReturns a list of hiring stages of a candidate for a job.需要连接
Returns a list of hiring stages of a candidate for a job.
认证
需要 Connected AccountTags
Hiring Stages of CandidateRECRUITCRM_HIRING_STAGESReturns a list of hiring stages of a candidate.需要连接
Returns a list of hiring stages of a candidate.
认证
需要 Connected AccountTags
Removes records from HotlistRECRUITCRM_REMOVE_FROM_HOTLISTRemoves records from Hotlist.需要连接
Removes records from Hotlist.
认证
需要 Connected AccountTags
Request Updated ProfileRECRUITCRM_REQUEST_UPDATED_PROFILEReturns the url to request an updated profile of the candidate需要连接
Returns the url to request an updated profile of the candidate
认证
需要 Connected AccountTags
Search for call logsRECRUITCRM_SEARCH_CALL_LOGSReturns all call logs associated with your account that matched the search.需要连接
Returns all call logs associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for candidatesRECRUITCRM_SEARCH_CANDIDATESReturns all candidates associated with your account that matched the search.需要连接
Returns all candidates associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for companiesRECRUITCRM_SEARCH_COMPANIESReturns all companies associated with your account that matched the search.需要连接
Returns all companies associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for contactsRECRUITCRM_SEARCH_CONTACTSReturns all contacts associated with your account that matched the search.需要连接
Returns all contacts associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for dealsRECRUITCRM_SEARCH_DEALSReturns all deals associated with your account that matched the search.需要连接
Returns all deals associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for hotlistsRECRUITCRM_SEARCH_HOTLISTSReturns all hotlists associated with your account that matched the search.需要连接
Returns all hotlists associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for jobsRECRUITCRM_SEARCH_JOBSReturns all jobs associated with your account that matched the search.需要连接
Returns all jobs associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for meetingsRECRUITCRM_SEARCH_MEETINGSReturns all meetings associated with your account that matched the search.需要连接
Returns all meetings associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for notesRECRUITCRM_SEARCH_NOTESReturns all notes associated with your account that matched the search.需要连接
Returns all notes associated with your account that matched the search.
认证
需要 Connected AccountTags
Search for tasksRECRUITCRM_SEARCH_TASKSReturns all tasks associated with your account that matched the search.需要连接
Returns all tasks associated with your account that matched the search.
认证
需要 Connected AccountTags
Show all Call LogsRECRUITCRM_SHOW_ALL_CALL_LOGSReturns all call logs associated with your account.需要连接
Returns all call logs associated with your account.
认证
需要 Connected AccountTags
Show all candidatesRECRUITCRM_SHOW_ALL_CANDIDATESReturns all candidates associated with your account.需要连接
Returns all candidates associated with your account.
认证
需要 Connected AccountTags
Show all companiesRECRUITCRM_SHOW_ALL_COMPANIESReturns all companies associated with your account.需要连接
Returns all companies associated with your account.
认证
需要 Connected AccountTags
Show all contactsRECRUITCRM_SHOW_ALL_CONTACTSReturns all contacts associated with your account.需要连接
Returns all contacts associated with your account.
认证
需要 Connected AccountTags
Show all Custom FieldsRECRUITCRM_SHOW_ALL_CUSTOM_FIELDSReturns all custom fields associated with your account.需要连接
Returns all custom fields associated with your account.
认证
需要 Connected AccountTags
Show all DealsRECRUITCRM_SHOW_ALL_DEALSReturns all deals associated with your account.需要连接
Returns all deals associated with your account.
认证
需要 Connected AccountTags
Show all HotlistsRECRUITCRM_SHOW_ALL_HOTLISTSReturns all hotlists associated with your account.需要连接
Returns all hotlists associated with your account.
认证
需要 Connected AccountTags
Show all JobsRECRUITCRM_SHOW_ALL_JOBSReturns all jobs associated with your account.需要连接
Returns all jobs associated with your account.
认证
需要 Connected AccountTags
Show all meetingsRECRUITCRM_SHOW_ALL_MEETINGSReturns all meetings associated with your account.需要连接
Returns all meetings associated with your account.
认证
需要 Connected AccountTags
Show all NotesRECRUITCRM_SHOW_ALL_NOTESReturns all notes associated with your account.需要连接
Returns all notes associated with your account.
认证
需要 Connected AccountTags
Show all subscriptionsRECRUITCRM_SHOW_ALL_SUBSCRIPTIONSReturns all subscriptions associated with your account.需要连接
Returns all subscriptions associated with your account.
认证
需要 Connected AccountTags
Show all tasksRECRUITCRM_SHOW_ALL_TASKSReturns all tasks associated with your account.需要连接
Returns all tasks associated with your account.
认证
需要 Connected AccountTags
Find call log by IDRECRUITCRM_SHOW_CALL_LOGReturns a single call log需要连接
Returns a single call log
认证
需要 Connected AccountTags
Find candidate by slugRECRUITCRM_SHOW_CANDIDATEReturns a single candidate需要连接
Returns a single candidate
认证
需要 Connected AccountTags
Show all Candidate Custom FieldsRECRUITCRM_SHOW_CANDIDATE_CUSTOM_FIELDSReturns all candidate custom fields associated with your account.需要连接
Returns all candidate custom fields associated with your account.
认证
需要 Connected AccountTags
Find company by slugRECRUITCRM_SHOW_COMPANYReturns a single company需要连接
Returns a single company
认证
需要 Connected AccountTags
Show all Company Custom FieldsRECRUITCRM_SHOW_COMPANY_CUSTOM_FIELDSReturns all company custom fields associated with your account.需要连接
Returns all company custom fields associated with your account.
认证
需要 Connected AccountTags
Find contact by slugRECRUITCRM_SHOW_CONTACTReturns a single contact需要连接
Returns a single contact
认证
需要 Connected AccountTags
Show all Contact Custom FieldsRECRUITCRM_SHOW_CONTACT_CUSTOM_FIELDSReturns all contact custom fields associated with your account.需要连接
Returns all contact custom fields associated with your account.
认证
需要 Connected AccountTags
Find deal by slugRECRUITCRM_SHOW_DEALReturns a single deal需要连接
Returns a single deal
认证
需要 Connected AccountTags
Show all Deal Custom FieldsRECRUITCRM_SHOW_DEAL_CUSTOM_FIELDSReturns all deal custom fields associated with your account.需要连接
Returns all deal custom fields associated with your account.
认证
需要 Connected AccountTags
Find hotlist by IDRECRUITCRM_SHOW_HOTLISTReturns a single hotlist需要连接
Returns a single hotlist
认证
需要 Connected AccountTags
Find job by slugRECRUITCRM_SHOW_JOBReturns a single job需要连接
Returns a single job
认证
需要 Connected AccountTags
Show all Job Custom FieldsRECRUITCRM_SHOW_JOB_CUSTOM_FIELDSReturns all job custom fields associated with your account.需要连接
Returns all job custom fields associated with your account.
认证
需要 Connected AccountTags
Find meeting by IDRECRUITCRM_SHOW_MEETINGReturns a single meeting需要连接
Returns a single meeting
认证
需要 Connected AccountTags
Find note by IDRECRUITCRM_SHOW_NOTEReturns a single note需要连接
Returns a single note
认证
需要 Connected AccountTags
Find subscription by IDRECRUITCRM_SHOW_SUBSCRIPTIONReturns a single subscription需要连接
Returns a single subscription
认证
需要 Connected AccountTags
Find task by IDRECRUITCRM_SHOW_TASKReturns a single task需要连接
Returns a single task
认证
需要 Connected AccountTags
Creates a new Call LogRECRUITCRM_STORE_CALL_LOGCreates a new Call Log.需要连接
Creates a new Call Log.
认证
需要 Connected AccountTags
Creates a new candidateRECRUITCRM_STORE_CANDIDATECreates a new Candidate.需要连接
Creates a new Candidate.
认证
需要 Connected AccountTags
Creates a new companyRECRUITCRM_STORE_COMPANYCreates a new company.需要连接
Creates a new company.
认证
需要 Connected AccountTags
Creates a new contactRECRUITCRM_STORE_CONTACTCreates a new contact.需要连接
Creates a new contact.
认证
需要 Connected AccountTags
Creates a new DealRECRUITCRM_STORE_DEALCreates a new Deal.需要连接
Creates a new Deal.
认证
需要 Connected AccountTags
Creates a new HotlistRECRUITCRM_STORE_HOTLISTCreates a new Hotlist.需要连接
Creates a new Hotlist.
认证
需要 Connected AccountTags
Creates a new JobRECRUITCRM_STORE_JOBCreates a new Job.需要连接
Creates a new Job.
认证
需要 Connected AccountTags
Creates a new meetingRECRUITCRM_STORE_MEETINGCreates a new meeting.需要连接
Creates a new meeting.
认证
需要 Connected AccountTags
Creates a new NoteRECRUITCRM_STORE_NOTECreates a new Note.需要连接
Creates a new Note.
认证
需要 Connected AccountTags
Creates a new subscriptionRECRUITCRM_STORE_SUBSCRIPTIONList of available events:- | Event Name | Event | Resource| |:--------------------------------------------------------|:-----------------------------------|:----------| | **Candidate Assigned** | candidate.assigned | Candidate | | **Candidate Created** | candidate.created | Candidate | | **Candidate Created from Talent Pool** | candidate.created.talentpool | Candidate | | **Candidate Updated** | candidate.updated | Candidate | | **Candidate Updated from External Profile Update Form** | candidate.external.profile.updated | Candidate | | **Applied for Job from External Form** | candidate.external.applied.jobs | Candidate | | **Candidate Hiring Stage Updated** | candidate.hiringstage.updated | Candidate | | **Client Feedback Received** | candidate.clientfeedback.received | Candidate | | **Candidate's Hiring Stage Updated** | candidate.hiringstage.updated | Candidate | | **Contact Created** | contact.created | Contact | | **Contact Updated** | contact.updated | Contact | | **Company Created** | company.created | Company | | **Company Updated** | company.updated | Company | | **Job Created** | job.created | Job | | **Job Updated** | job.updated | Job | | **Job Status Updated** | job.status.updated | Job | | **Deal Created** | deal.created | Deal | | **Deal Updated** | deal.updated | Deal | | **Deal Stage Updated** | deal.stage.updated | Deal | | **Meeting Created** | meeting.created | Meeting | | **Meeting Updated** | meeting.updated | Meeting | | **Task Created** | task.created | Task | | **Task Updated** | task.updated | Task | | **Note Created** | note.created | Note | | **Note Updated** | note.updated | Note | | **Call Log Created** | calllog.created | Call Log | | **Call Log Updated** | calllog.updated | Call Log |需要连接
List of available events:- | Event Name | Event | Resource| |:--------------------------------------------------------|:-----------------------------------|:----------| | **Candidate Assigned** | candidate.assigned | Candidate | | **Candidate Created** | candidate.created | Candidate | | **Candidate Created from Talent Pool** | candidate.created.talentpool | Candidate | | **Candidate Updated** | candidate.updated | Candidate | | **Candidate Updated from External Profile Update Form** | candidate.external.profile.updated | Candidate | | **Applied for Job from External Form** | candidate.external.applied.jobs | Candidate | | **Candidate Hiring Stage Updated** | candidate.hiringstage.updated | Candidate | | **Client Feedback Received** | candidate.clientfeedback.received | Candidate | | **Candidate's Hiring Stage Updated** | candidate.hiringstage.updated | Candidate | | **Contact Created** | contact.created | Contact | | **Contact Updated** | contact.updated | Contact | | **Company Created** | company.created | Company | | **Company Updated** | company.updated | Company | | **Job Created** | job.created | Job | | **Job Updated** | job.updated | Job | | **Job Status Updated** | job.status.updated | Job | | **Deal Created** | deal.created | Deal | | **Deal Updated** | deal.updated | Deal | | **Deal Stage Updated** | deal.stage.updated | Deal | | **Meeting Created** | meeting.created | Meeting | | **Meeting Updated** | meeting.updated | Meeting | | **Task Created** | task.created | Task | | **Task Updated** | task.updated | Task | | **Note Created** | note.created | Note | | **Note Updated** | note.updated | Note | | **Call Log Created** | calllog.created | Call Log | | **Call Log Updated** | calllog.updated | Call Log |
认证
需要 Connected AccountTags
Creates a new taskRECRUITCRM_STORE_TASKCreates a new Task.需要连接
Creates a new Task.
认证
需要 Connected AccountTags
Un-assign CandidateRECRUITCRM_UNASSIGN_JOBUn-assign a candidate from the job.需要连接
Un-assign a candidate from the job.
认证
需要 Connected AccountTags
Update Candidate Hiring StageRECRUITCRM_UPDATE_HIRING_STAGEUpdate a candidate's hiring stage.需要连接
Update a candidate's hiring stage.
认证
需要 Connected AccountTags
Update Candidate Visibility in a JobRECRUITCRM_UPDATE_VISIBILITYUpdate a candidate's visibility in a job.需要连接
Update a candidate's visibility in a job.
认证
需要 Connected AccountTags