App
Hero Parser
Hero Parser is an AI-powered CV parser and candidate scoring tool.
What your agent can do with Hero Parser
Triggers and actions 2 triggers · 12 actions
- TriggerNew Candidate
Triggers when a new candidate is created (CV parsed).
- TriggerNew Recruitment
Triggers when a new recruitment is created.
- ActionCreate Recruitment
Create a Recruitment in the system.
- ActionDelete resumes
Delete resumes for a recruitment. DELETE /cv/{recruitmentId}
- ActionGet candidate
Get candidate details by id. GET /candidate/{candidateId}
- ActionGet recruitment
Get recruitment details by id. GET /recruitment/{recruitmentId}
- ActionList candidates
Get list of candidates by recruitment. GET /candidate/recruitment/{recruitmentId}/list
- ActionList recruitments
Get the recruitments list. GET /recruitment
- ActionList resumes
Get list of resumes by recruitment. GET /cv/{recruitmentId}
- ActionProcess resumes
Process selected resumes for a recruitment (AI parsing). POST /cv/process/{recruitmentId}
- ActionSend candidate feedback
Send feedback to selected candidates. POST /candidate/{recruitmentId}/send-feedback
- ActionUpdate candidate status
Change status for selected candidates. POST /candidate/{recruitmentId}/change-status
- ActionUpdate recruitment
Edit an existing recruitment. POST /recruitment/{id}
- ActionUpload CV
Upload a CV to existing recruitment.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Hero Parser API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.