Trusted by Recruitment Agencies in 100+ countries. Recruit CRM builds cloud-based software for the global Recruitment & Staffing industry.
Go to siteThe Recruit CRM API provides a suite of functions to automate and streamline recruitment processes. It allows you to integrate your recruitment workflow with other services, create custom applications, or even build bots. With Pipedream, you can connect the Recruit CRM API to a vast array of other apps and services to automate actions like updating candidate records, syncing with HR systems, or triggering notifications based on recruitment activities.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
recruit_crm: {
type: "app",
app: "recruit_crm",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.recruitcrm.io/v1/users`,
headers: {
Authorization: `Bearer ${this.recruit_crm.$auth.api_token}`,
"Accept": `application/json`,
},
})
},
})
Automate Candidate Sourcing
Whenever a new job opening is created in Recruit CRM, use Pipedream to automatically post the job details to multiple job boards or social media platforms like LinkedIn, Indeed or Glassdoor.
Sync Candidate Progress with Google Sheets
Monitor candidate progress through the recruitment pipeline by connecting Recruit CRM to Google Sheets. Each time a candidate moves to a new stage, Pipedream can automatically update a Google Sheet, keeping your team in sync.
Candidate Feedback Collection and Analysis
After an interview, trigger a feedback form to the interviewer using Google Forms or Typeform. Once the feedback is submitted, Pipedream can parse the responses and update the candidate's record in Recruit CRM, or send a digest to the hiring team.
Triggers when a new candidate is created. See the documentation
Triggers when a task is updated. See the documentation
Recruit CRM uses API keys for authentication. When you connect your Recruit CRM account, Pipedream securely stores the keys so you can easily authenticate to Recruit CRM APIs in both code and no-code steps.
To retrieve your API Token,