Accept ProfileX digital profiles instead of resumes. Verify skills, credentials, and work history natively, and bring every application into your pipeline with full context.
Marketing:ProfileX.com promotes “Apply with ProfileX” to job seekers. You enable the integration in HireFlow360 settings. Candidates see the ProfileX apply button on your listings.
Candidate clicks "Apply with ProfileX" on your job listing
ProfileX OAuth popup opens; candidate authorizes sharing
We import verified skills, credentials, and work history
Application appears in your HireFlow360 pipeline with full context
Drop the widget into any listing page to render the ProfileX apply button.
<!-- Drop-in widget -->
<script src="https://cdn.hireflow360.com/widgets/profilex-apply.js"></script>
<profilex-apply
organization-id="org_xxx"
listing-id="listing_xxx"
button-text="Apply with ProfileX"
theme="light"
/>POST /v1/opportunities/listings/{listing_id}/applications/profilex
Authorization: Bearer {org_api_key}
Content-Type: application/json
{
"profilex_user_id": "usr_xxx",
"cover_letter": "I'm excited about this role...",
"answers": {
"years_experience": 5,
"willing_to_relocate": true
}
}{
"application_id": "app_xxx",
"status": "submitted",
"imported_skills": ["Python", "React", "Project Management"],
"imported_credentials": [
{
"title": "AWS Solutions Architect",
"issuer": "Amazon",
"verified": true,
"issued_at": "2024-03-15"
}
],
"experience_summary": {
"total_years": 8,
"current_title": "Senior Engineer",
"current_company": "TechCorp"
},
"profilex_url": "https://profilex.com/u/candidate_xxx"
}Start with skills import, then layer on verification and AI insights.
Enable the integration in settings, embed the apply button, and start importing verified profiles.