Notification Emails

Notifications Different clients will have varying preferences when it comes to how they want to be notified for applications. There are some options here: Send an email to a group email address notifying multiple people that an application has arrived Route notifications to the recruiters email assigned to the job (reminder that we can look…

Read More

Candidates and Job Applications

Upon authenticating and with proper access to the API, we can then follow the following workflow to send in applications: Check for duplication. Erecruit can have different endpoints, such as to https://erecruit.clientname.com/webapi/Candidate/Duplicate where we can send a post request to get a list of candidates that might match the candidate described in the request. To…

Read More

Pulling Jobs

Erecruit jobs are detailed in their documentation as “positions”. In order to access the Erecruit API, we need two different points of data: Client ID: Client Secret: Authentication is very similar to that of Bullhorn. First we obtain our bearer token like so: curl -XPOST ‘https://erecruit.clientname.com/t/token’ -d ‘grant_type=client_credentials&client_id=ClientId&client_secret=ClientSecret&scope=’ -H ‘Content-Type: application/x-www-form-urlencoded’ After obtaining our bearer…

Read More

What is Erecruit?

Erecruit is a front-office, middle-office, vendor management system (VMS) with onboarding modules developed by Bullhorn. It offers multiple solutions to aim to be one of the most comprehensive, all-inclusive platform for all major verticals within the staffing industry. Erecruit’s documentation is powered by Swagger, and the documentation can be generated by using the client’s login…

Read More