Resumex Checker is an intelligent automation agent built on Make.com that reviews resumes, generates email messages, and delivers insights using integrated AI workflows.
This repository hosts the documentation and links for the core Make.com scenarios used in this automation.
Each scenario powers a specific part of the agent’s workflow:
| Purpose | Make.com Scenario Link |
|---|---|
| 💬 Send Message | https://eu1.make.com/public/shared-scenario/5pix0HCmdd8/send-message |
| 📧 Send Email | https://eu1.make.com/public/shared-scenario/EJyQwVPZ5IS/send-email |
| 📄 Extract Resume Content | https://eu1.make.com/public/shared-scenario/vnRxuFeWnN2/get-resume-content |
Resumex Checker orchestrates multiple Make.com scenarios:
- Resume Ingestion — Parses incoming resumes and extracts structured content.
- AI Analysis — Sends resume content to an AI model for evaluation and recommendation.
- Message Dispatch — Sends tailored messages or emails based on analysis.
These flows can be invoked by API endpoints or scheduled triggers.
Use the provided scenarios to connect with:
- Forms or Upload UIs
- Webhooks / API triggers
- Email/SMS delivery services
- AI Language APIs
- Clone this repository.
- Connect your Make.com account.
- Import the public scenarios using the links above.
- Configure your triggers and outputs (email service, webhook listeners, etc.)
- Test with sample resumes to validate behavior.
You can enhance functionality by:
- Adding advanced AI scoring models
- Integrating with calendar and interview scheduling
- Connecting to applicant tracking systems (ATS)
- Logging interactions to a database
Trigger a resume check by sending a resume file to your configured webhook or uploader.
The agent will:
- Extract resume text.
- Analyze skills, gaps, and recommendations.
- Send a message or an email with insights.