Recruitee Easy Apply
Azure Functions bridge for Techniekwerkt applications into Louwman Recruitee (Careers Site API), aligned with the WordPress recruitee-wp Careers flow.
Typical API response
HTTP 201 · application/json
{"candidate_id":"12345","candidate":{...}}
Endpoints
POST /apply
Accepts Techniekwerkt JSON (including cover letter + base64 CV). Requires x-api-key.
GET /api/health
Health check for pipelines. No API key.
Auth
- Send
x-api-key: <API_KEY>onPOST /apply - Optional fallback:
?api_key=query param - Function
authLevelis anonymous — Techniekwerkt only needs the shared app key
Try it
curl -X POST "http://localhost:7071/apply" \ -H "Content-Type: application/json" \ -H "x-api-key: <API_KEY>" \ -d @test/sample-payload.json