πŸ”Œ Connectors overview

Glossary of key terminology to know when working with the HrFlow.ai Platform

Connectors Marketplace

Connectors are one of the main HrFlow.ai's core product offering: you can collect Talent data from your websites, mobile apps, and servers with one API, then pull in contextual data from cloud apps like your CRM, SSO, HRMS, LMS, and internal databases to build a unified picture of your Talent data.

Connector

Description

Source

Board

Destination

HCM

Human Capital Management

βœ”οΈ

βœ”οΈ

βœ”οΈ

HRIS

Human Resources Information Systems

βœ”οΈ

βœ”οΈ

βœ”οΈ

ATS

Applicant Tracking System

βœ”οΈ

βœ”οΈ

βœ”οΈ

HR Tech

Human Resources Technology

βœ”οΈ

βœ”οΈ

βœ”οΈ

HR CRM

Customer Relationship Management used for HR

βœ”οΈ

βœ”οΈ

βœ”οΈ

HR ERP

Enterprise Resource Planning used for HR

βœ”οΈ

βœ”οΈ

βœ”οΈ

Databases

Electronic and Cloud data storage

βœ”οΈ

βœ”οΈ

βœ”οΈ

Mailbox

Gmail, Office, Imap, SMTP, Redirection, Email Clients

βœ”οΈ

❌

βœ”οΈ

Cloud Apps

Online Hosted Applications

βœ”οΈ

βœ”οΈ

βœ”οΈ

Local Apps

Locally Hosted Applications or Server

βœ”οΈ

βœ”οΈ

βœ”οΈ

BI Platforms

Analytics, Business Intelligence Dashboards

❌

❌

βœ”οΈ

Marketing tools

Email and SMS Push Notification Tools

βœ”οΈ

βœ”οΈ

βœ”οΈ

Productivity

Project Management and Time Management Tool

βœ”οΈ

βœ”οΈ

βœ”οΈ

Job board

Company that publishes and posts job offers

βœ”οΈ

❌

βœ”οΈ

🚧

Inbound Data Segmentation

We highly recommend creating a Source of profiles and a Board of jobs for each unique channel of data (each site, app, or server), though this isn’t required.

Sources

Sources are a family of Connectors that simplifies profiles, resumes, and CV data collection from any website, database, or tool.

Boards

Boards are a family of Connectors that simplifies job offers data collection from any website, database, or tool.

Destinations

Destinations are a family of Connectors that simplifies sending profiles and job offers data to any website, database, or tool.

API Clients

We’ve developed API clients for the most common programming languages and platforms. These clients are advanced wrappers on top of our REST API itself and have been built in order to help you integrate our service within your apps. For example, you might choose to use our PHP client for your indexing logic, while your front-end relies on our JavaScript client. All our clients are open-source and available on Github.

574

Workflows

Allows to collect and transform any stream of first-party data via webhooks (Workflow CATCH) or CronJob (Workflow PULL) into HrFlow.ai . With just ten lines of Python code, you can build any integration β€”no additional infrastructure required. Scale from point-to-point integration to complex workflows, using conditional logic and processing billions of tasks in just milliseconds.

πŸ“˜

Main use cases of Workflows

Automations with custom Business logic, Syncing profiles and jobs between apps automatically.

Item

An item is the profile or job data you're providing into the platform. Items are indexed so that they can be used for Searching, Scoring, and Reasoning. You can also add your own tags and metadata to Items to use for Searching or when training your own Scoring Algorithm.

Indexing

Indexing collects and stores your Items in a Connector to facilitate fast and accurate information retrieval.
Indexing happens automatically every time you add new Items to a Connector.

🚧

Indexing can be a prerequisite

Indexing is mandatory for storage and enables Searching, Scoring, Reasoning, and algorithm training

πŸ“˜

Resume Indexing after Parsing

When you Parse a resume or upload it to a Source, it is automatically indexed by default unless you change the default parameter to false.