-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add ADMEN Connector in CRUD v2
- Loading branch information
Showing
16 changed files
with
1,699 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# 📖 Summary | ||
- [📖 Summary](#📖-summary) | ||
- [💼 About Admen](#💼-about-admen) | ||
- [😍 Why is it a big deal for Admen customers & partners?](#😍-why-is-it-a-big-deal-for-admen-customers--partners) | ||
- [🔧 How does it work?](#🔧-how-does-it-work) | ||
- [📊 Data integration capabilities:](#📊-data-integration-capabilities) | ||
- [🧠 Artificial Intelligence capabilities:](#🧠-artificial-intelligence-capabilities) | ||
- [🔌 Connector Actions](#🔌-connector-actions) | ||
- [💍 Quick Start Examples](#💍-quick-start-examples) | ||
- [🔗 Useful Links](#🔗-useful-links) | ||
- [👏 Special Thanks](#👏-special-thanks) | ||
|
||
|
||
# 💼 About Admen | ||
|
||
> | ||
Besoin d'une solution RH efficace et performante pour la gestion de vos candidatures ? | ||
Misez sur AD-Men, le Logiciel N°1 des Cabinets de Recrutement. | ||
|
||
|
||
|
||
## 😍 Why is it a big deal for Admen customers & partners? | ||
|
||
This new connector will enable: | ||
- ⚡ A Fastlane Talent & Workforce data integration for Admen customers & partners | ||
- 🤖 Cutting-edge AI-powered Talent Experiences & Recruiter Experiences for Admen customers | ||
|
||
# 🔧 How does it work? | ||
## 📊 Data integration capabilities: | ||
- ⬅️ Send Profiles data from Admen to a Destination of your choice. | ||
- ➡️ Send Profiles data from a Source of your choice to Admen. | ||
- ⬅️ Send Jobs data from Admen to a Destination of your choice. | ||
- ➡️ Send Jobs data from a Source of your choice to Admen. | ||
|
||
|
||
## 🧠 Artificial Intelligence capabilities: | ||
- Extract, Structure, and Categorize Talent & Workforce data | ||
- Search, Score, and Match Profiles & Jobs with our APIs and AI Widgets (**Matching Custom Tab in Admen**) | ||
|
||
|
||
# 🔌 Connector Actions | ||
<p align="center"> | ||
|
||
| Action | Description | | ||
| ------- | ----------- | | ||
| [**Pull job list**](docs/pull_job_list.md) | Retrieves jobs from the ***AD-MEN*** database serverand send them to a ***Hrflow.ai Board***. | | ||
| [**Pull profile list**](docs/pull_profile_list.md) | Retrieves profiles from the ***AD-MEN*** database serverand send them to a ***Hrflow.ai Source***. | | ||
| [**Push profile**](docs/push_profile.md) | Writes a profile from Hrflow.ai Source to the ***AD-MEN*** database server | | ||
|
||
|
||
</p> | ||
|
||
|
||
# 💍 Quick Start Examples | ||
|
||
To make sure you can successfully run the latest versions of the example scripts, you have to **install the package from PyPi**. | ||
|
||
|
||
To browse the examples of actions corresponding to released versions of 🤗 this connector, you just need to import the module like this : | ||
|
||
|
||
Once the connector module is imported, you can leverage all the different actions that it offers. | ||
|
||
For more code details checkout connector code. | ||
|
||
|
||
# 🔗 Useful Links | ||
|
||
- 📄Visit [Admen](https://www.admen.com/) to learn more. | ||
- 💻 [Connector code](https://github.com/Riminder/hrflow-connectors/tree/master/src/hrflow_connectors/connectors/admen) on our Github. | ||
|
||
|
||
# 👏 Special Thanks | ||
- 💻 HrFlow.ai : XXXXX YYYYY - Software Engineer | ||
- 🤝 Admen : XXXXX YYYYY - Partner Manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from hrflow_connectors.v2.connectors.admen.connector import Admen # noqa |
Oops, something went wrong.